Html Css Color HEX #CCA860 Laser

📋 copy color: '#CCA860'

red 204 ◦ green 168 ◦ blue 96

#CCA860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser #CCA860

Tints of Laser #CCA860

RGB

 RED value IS 204 (80.08% from 255) = 43.59%

 GREEN value IS 168 (66.02% from 255) = 35.9%

 BLUE value IS 96 (37.89% from 255) = 20.51%

R = 43.59%
G = 35.9%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCA860 (or 0xCCA860) is known color: 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

RGB 204 168 96 -
CMYK 0 0.18 0.53 0.2
HSL 40º 0.51% 0.59% -
HSV(B) 40º 0.53% 0.8% -
XYZ 41.02 41.69 16.95 -
YUV 170.56 85.93 151.85 -
System Red Green Blue C M Y K H S L
Decimal 204 168 96 0 0.18 0.53 0.2 40 0.51 0.59
Hex CC A8 60 0 12 35 14 28 33 3B
Octal 314 250 140 0 22 65 24 50 63 73
Binary 11001100 10101000 1100000 0 10010 110101 10100 101000 110011 111011

Color Harmonies of #CCA860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA860

Black with #CCA860

Text Example


Text Example

White with #CCA860

Text Example


Text Example

HTML Codes & Css Web 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>