Html Css Color HEX #CCAC56 Laser

📋 copy color: '#CCAC56'

red 204 ◦ green 172 ◦ blue 86

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

Shades of Laser #CCAC56

Tints of Laser #CCAC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.61%

R = 44.16%
G = 37.23%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCAC56 (or 0xCCAC56) is known color: Laser. HEX triplet: CC, AC and 56. RGB value is (204,172,86). Sum of RGB (Red+Green+Blue) = 204+172+86=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC56 is #3353A9. Grayscale: #ACACAC. Windows color (decimal): -3363754 or 5680332. OLE color: 5680332.

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

Color convert

RGB 204 172 86 -
CMYK 0 0.16 0.58 0.2
HSL 43.73º 0.54% 0.57% -
HSV(B) 43.73º 0.58% 0.8% -
XYZ 41.33 43.01 14.93 -
YUV 171.76 79.6 150.99 -
System Red Green Blue C M Y K H S L
Decimal 204 172 86 0 0.16 0.58 0.2 43.73 0.54 0.57
Hex CC AC 56 0 10 3A 14 2C 36 39
Octal 314 254 126 0 20 72 24 54 66 71
Binary 11001100 10101100 1010110 0 10000 111010 10100 101100 110110 111001

Color Harmonies of #CCAC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC56

Black with #CCAC56

Text Example


Text Example

White with #CCAC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC56; }

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

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

background-color css

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

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

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

border-color css

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

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

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