Html Css Color HEX #CCAA56 Laser

📋 copy color: '#CCAA56'

red 204 ◦ green 170 ◦ blue 86

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

Shades of Laser #CCAA56

Tints of Laser #CCAA56

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.96%

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

R = 44.35%
G = 36.96%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCAA56 (or 0xCCAA56) is known color: Laser. HEX triplet: CC, AA and 56. RGB value is (204,170,86). Sum of RGB (Red+Green+Blue) = 204+170+86=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA56 is #3355A9. Grayscale: #AAAAAA. Windows color (decimal): -3364266 or 5679820. OLE color: 5679820.

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

Color convert

RGB 204 170 86 -
CMYK 0 0.17 0.58 0.2
HSL 42.71º 0.54% 0.57% -
HSV(B) 42.71º 0.58% 0.8% -
XYZ 40.96 42.26 14.8 -
YUV 170.59 80.26 151.83 -
System Red Green Blue C M Y K H S L
Decimal 204 170 86 0 0.17 0.58 0.2 42.71 0.54 0.57
Hex CC AA 56 0 11 3A 14 2B 36 39
Octal 314 252 126 0 21 72 24 53 66 71
Binary 11001100 10101010 1010110 0 10001 111010 10100 101011 110110 111001

Color Harmonies of #CCAA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA56

Black with #CCAA56

Text Example


Text Example

White with #CCAA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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