Html Css Color HEX #CCAA64 Laser

📋 copy color: '#CCAA64'

red 204 ◦ green 170 ◦ blue 100

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

Shades of Laser #CCAA64

Tints of Laser #CCAA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.1%

R = 43.04%
G = 35.86%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CCAA64 (or 0xCCAA64) is known color: Laser. HEX triplet: CC, AA and 64. RGB value is (204,170,100). Sum of RGB (Red+Green+Blue) = 204+170+100=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA64 is #33559B. Grayscale: #ACACAC. Windows color (decimal): -3364252 or 6597324. OLE color: 6597324.

HSL color Cylindrical-coordinate representation of color #CCAA64: hue angle of 40.38º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCAA64 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 170 100 -
CMYK 0 0.17 0.51 0.2
HSL 40.38º 0.5% 0.6% -
HSV(B) 40.38º 0.51% 0.8% -
XYZ 41.58 42.51 18.07 -
YUV 172.19 87.26 150.69 -
System Red Green Blue C M Y K H S L
Decimal 204 170 100 0 0.17 0.51 0.2 40.38 0.5 0.6
Hex CC AA 64 0 11 33 14 28 32 3C
Octal 314 252 144 0 21 63 24 50 62 74
Binary 11001100 10101010 1100100 0 10001 110011 10100 101000 110010 111100

Color Harmonies of #CCAA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA64

Black with #CCAA64

Text Example


Text Example

White with #CCAA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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