Html Css Color HEX #CCAC55 Laser

📋 copy color: '#CCAC55'

red 204 ◦ green 172 ◦ blue 85

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

Shades of Laser #CCAC55

Tints of Laser #CCAC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.44%

R = 44.25%
G = 37.31%
B = 18.44%

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

#CCAC55 (or 0xCCAC55) is known color: Laser. HEX triplet: CC, AC and 55. RGB value is (204,172,85). Sum of RGB (Red+Green+Blue) = 204+172+85=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC55 is #3353AA. Grayscale: #ACACAC. Windows color (decimal): -3363755 or 5614796. OLE color: 5614796.

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

Color convert

RGB 204 172 85 -
CMYK 0 0.16 0.58 0.2
HSL 43.87º 0.54% 0.57% -
HSV(B) 43.87º 0.58% 0.8% -
XYZ 41.29 43 14.72 -
YUV 171.65 79.1 151.07 -
System Red Green Blue C M Y K H S L
Decimal 204 172 85 0 0.16 0.58 0.2 43.87 0.54 0.57
Hex CC AC 55 0 10 3A 14 2C 36 39
Octal 314 254 125 0 20 72 24 54 66 71
Binary 11001100 10101100 1010101 0 10000 111010 10100 101100 110110 111001

Color Harmonies of #CCAC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC55

Black with #CCAC55

Text Example


Text Example

White with #CCAC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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