#CCA859

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

Shades of Laser #CCA859

Tints of Laser #CCA859

Color information

#CCA859 (or 0xCCA859) is unknown color: approx Laser. HEX triplet: CC, A8 and 59. RGB value is (204,168,89). Sum of RGB (Red+Green+Blue) = 204+168+89=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA859 is #3357A6. Grayscale: #AAAAAA. Windows color (decimal): -3364775 or 5875916. OLE color: 5875916.

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

Color convert

RGB20416889-
CMYK00.180.560.2
HSL41.22º53%57.45%-
HSV(B)41.22º56.37%80%-
XYZ40.7141.5615.33-
YUV169.7682.43152.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 168 (66.02% from 255) = 36.44%
BLUE value IS 89 (35.16% from 255) = 19.31%
R=44.25%
G=36.44%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041688900.180.560.241.225357.45
HexCCA8590123814293539
Octal3142501310227024516571
Binary1100110010101000101100101001011100010100101001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA859; }

 p { color: rgb(204,168,89); }

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

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

 a { background-color: rgb(204,168,89); }

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

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

 span { border-color: rgb(204,168,89); }

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