Html Css Color HEX #CCAA60 Laser

📋 copy color: '#CCAA60'

red 204 ◦ green 170 ◦ blue 96

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

Shades of Laser #CCAA60

Tints of Laser #CCAA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.43%

R = 43.4%
G = 36.17%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCAA60 (or 0xCCAA60) is known color: Laser. HEX triplet: CC, AA and 60. RGB value is (204,170,96). Sum of RGB (Red+Green+Blue) = 204+170+96=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA60 is #33559F. Grayscale: #ACACAC. Windows color (decimal): -3364256 or 6335180. OLE color: 6335180.

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

Color convert

RGB 204 170 96 -
CMYK 0 0.17 0.53 0.2
HSL 41.11º 0.51% 0.59% -
HSV(B) 41.11º 0.53% 0.8% -
XYZ 41.39 42.43 17.08 -
YUV 171.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 204 170 96 0 0.17 0.53 0.2 41.11 0.51 0.59
Hex CC AA 60 0 11 35 14 29 33 3B
Octal 314 252 140 0 21 65 24 51 63 73
Binary 11001100 10101010 1100000 0 10001 110101 10100 101001 110011 111011

Color Harmonies of #CCAA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA60

Black with #CCAA60

Text Example


Text Example

White with #CCAA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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