#CCB057

Color #CCB057 Laser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser #CCB057

Tints of Laser #CCB057

Color information

#CCB057 (or 0xCCB057) is unknown color: approx Laser. HEX triplet: CC, B0 and 57. RGB value is (204,176,87). Sum of RGB (Red+Green+Blue) = 204+176+87=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 87 (34.38% from 255 or 18.63% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB057 is #334FA8. Grayscale: #AEAEAE. Windows color (decimal): -3362729 or 5746892. OLE color: 5746892.

HSL color Cylindrical-coordinate representation of color #CCB057: hue angle of 45.64º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCB057 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB20417687-
CMYK00.140.570.2
HSL45.64º53.42%57.06%-
HSV(B)45.64º57.35%80%-
XYZ42.1544.5815.4-
YUV174.2378.78149.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 176 (69.14% from 255) = 37.69%
BLUE value IS 87 (34.38% from 255) = 18.63%
R=43.68%
G=37.69%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041768700.140.570.245.6453.4257.06
HexCCB0570E39142e3539
Octal3142601270167124566571
Binary110011001011000010101110111011100110100101110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB057; }

 p { color: rgb(204,176,87); }

 H1.HeaderClassName
 {
   color: #CCB057;
 }
 .AnyTagClassName
 {
   color: #CCB057;
 }
</style>
background-color css

<style>
 a { background-color: #CCB057; }

 a { background-color: rgb(204,176,87); }

 div.DivClassName
 {
   background-color: #CCB057;
 }
 .BgClassName
 {
   background-color: #CCB057;
 }
</style>
border-color css

<style>
 span { border-color: #CCB057; }

 span { border-color: rgb(204,176,87); }

 td.TdClassName
 {
   border-color: #CCB057;
 }
 .TagClassName
 {
   border-color: #CCB057;
 }
</style>