Html Css Color HEX #CCA576 Putty

📋 copy color: '#CCA576'

red 204 ◦ green 165 ◦ blue 118

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

Shades of Putty #CCA576

Tints of Putty #CCA576

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.88%

 BLUE value IS 118 (46.48% from 255) = 24.23%

R = 41.89%
G = 33.88%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCA576 (or 0xCCA576) is known color: Putty. HEX triplet: CC, A5 and 76. RGB value is (204,165,118). Sum of RGB (Red+Green+Blue) = 204+165+118=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA576 is #335A89. Grayscale: #ABABAB. Windows color (decimal): -3365514 or 7775692. OLE color: 7775692.

HSL color Cylindrical-coordinate representation of color #CCA576: hue angle of 32.79º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCA576 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 165 118 -
CMYK 0 0.19 0.42 0.2
HSL 32.79º 0.46% 0.63% -
HSV(B) 32.79º 0.42% 0.8% -
XYZ 41.63 41.06 22.87 -
YUV 171.3 97.92 151.32 -
System Red Green Blue C M Y K H S L
Decimal 204 165 118 0 0.19 0.42 0.2 32.79 0.46 0.63
Hex CC A5 76 0 13 2A 14 21 2E 3F
Octal 314 245 166 0 23 52 24 41 56 77
Binary 11001100 10100101 1110110 0 10011 101010 10100 100001 101110 111111

Color Harmonies of #CCA576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA576

Black with #CCA576

Text Example


Text Example

White with #CCA576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA576; }

 p { color: rgb(204,165,118); }

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

background-color css

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

 a { background-color: rgb(204,165,118); }

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

border-color css

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

 span { border-color: rgb(204,165,118); }

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