#CCA860

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

Shades of Laser #CCA860

Tints of Laser #CCA860

Color information

#CCA860 (or 0xCCA860) is unknown color: approx Laser. HEX triplet: CC, A8 and 60. RGB value is (204,168,96). Sum of RGB (Red+Green+Blue) = 204+168+96=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA860 is #33579F. Grayscale: #AAAAAA. Windows color (decimal): -3364768 or 6334668. OLE color: 6334668.

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

Color convert

RGB20416896-
CMYK00.180.530.2
HSL40º51.43%58.82%-
HSV(B)40º52.94%80%-
XYZ41.0241.6916.95-
YUV170.5685.93151.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.59%
GREEN value IS 168 (66.02% from 255) = 35.90%
BLUE value IS 96 (37.89% from 255) = 20.51%
R=43.59%
G=35.90%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041689600.180.530.24051.4358.82
HexCCA860012351428333b
Octal3142501400226524506373
Binary1100110010101000110000001001011010110100101000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA860; }

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

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

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

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

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

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

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

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