Html Css Color HEX #CCAD55 Laser

📋 copy color: '#CCAD55'

red 204 ◦ green 173 ◦ blue 85

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

Shades of Laser #CCAD55

Tints of Laser #CCAD55

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.45%

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

R = 44.16%
G = 37.45%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCAD55 (or 0xCCAD55) is known color: Laser. HEX triplet: CC, AD and 55. RGB value is (204,173,85). Sum of RGB (Red+Green+Blue) = 204+173+85=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 85 (33.59% from 255 or 18.40% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD55 is #3352AA. Grayscale: #ACACAC. Windows color (decimal): -3363499 or 5615052. OLE color: 5615052.

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

Color convert

RGB 204 173 85 -
CMYK 0 0.15 0.58 0.2
HSL 44.37º 0.54% 0.57% -
HSV(B) 44.37º 0.58% 0.8% -
XYZ 41.49 43.38 14.78 -
YUV 172.24 78.77 150.66 -
System Red Green Blue C M Y K H S L
Decimal 204 173 85 0 0.15 0.58 0.2 44.37 0.54 0.57
Hex CC AD 55 0 F 3A 14 2C 36 39
Octal 314 255 125 0 17 72 24 54 66 71
Binary 11001100 10101101 1010101 0 1111 111010 10100 101100 110110 111001

Color Harmonies of #CCAD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD55

Black with #CCAD55

Text Example


Text Example

White with #CCAD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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