Html Css Color HEX #CCAC60 Laser

📋 copy color: '#CCAC60'

red 204 ◦ green 172 ◦ blue 96

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

Shades of Laser #CCAC60

Tints of Laser #CCAC60

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.44%

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

R = 43.22%
G = 36.44%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCAC60 (or 0xCCAC60) is known color: Laser. HEX triplet: CC, AC and 60. RGB value is (204,172,96). Sum of RGB (Red+Green+Blue) = 204+172+96=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC60 is #33539F. Grayscale: #ADADAD. Windows color (decimal): -3363744 or 6335692. OLE color: 6335692.

HSL color Cylindrical-coordinate representation of color #CCAC60: hue angle of 42.22º 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 #CCAC60 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 172 96 -
CMYK 0 0.16 0.53 0.2
HSL 42.22º 0.51% 0.59% -
HSV(B) 42.22º 0.53% 0.8% -
XYZ 41.77 43.19 17.2 -
YUV 172.9 84.6 150.18 -
System Red Green Blue C M Y K H S L
Decimal 204 172 96 0 0.16 0.53 0.2 42.22 0.51 0.59
Hex CC AC 60 0 10 35 14 2A 33 3B
Octal 314 254 140 0 20 65 24 52 63 73
Binary 11001100 10101100 1100000 0 10000 110101 10100 101010 110011 111011

Color Harmonies of #CCAC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC60

Black with #CCAC60

Text Example


Text Example

White with #CCAC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC60; }

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

 H1.HeaderClassName
 {
   color: #CCAC60;
 }
 .AnyTagClassName
 {
   color: #CCAC60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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