Html Css Color HEX #CCAA5C Laser

📋 copy color: '#CCAA5C'

red 204 ◦ green 170 ◦ blue 92

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

Shades of Laser #CCAA5C

Tints of Laser #CCAA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.74%

R = 43.78%
G = 36.48%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CCAA5C (or 0xCCAA5C) is known color: Laser. HEX triplet: CC, AA and 5C. RGB value is (204,170,92). Sum of RGB (Red+Green+Blue) = 204+170+92=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA5C is #3355A3. Grayscale: #ABABAB. Windows color (decimal): -3364260 or 6073036. OLE color: 6073036.

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

Color convert

RGB 204 170 92 -
CMYK 0 0.17 0.55 0.2
HSL 41.79º 0.52% 0.58% -
HSV(B) 41.79º 0.55% 0.8% -
XYZ 41.21 42.36 16.13 -
YUV 171.27 83.26 151.34 -
System Red Green Blue C M Y K H S L
Decimal 204 170 92 0 0.17 0.55 0.2 41.79 0.52 0.58
Hex CC AA 5C 0 11 37 14 2A 34 3A
Octal 314 252 134 0 21 67 24 52 64 72
Binary 11001100 10101010 1011100 0 10001 110111 10100 101010 110100 111010

Color Harmonies of #CCAA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA5C

Black with #CCAA5C

Text Example


Text Example

White with #CCAA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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