Html Css Color HEX #CCA676 Putty

📋 copy color: '#CCA676'

red 204 ◦ green 166 ◦ blue 118

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

Shades of Putty #CCA676

Tints of Putty #CCA676

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.02%

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

R = 41.8%
G = 34.02%
B = 24.18%

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

#CCA676 (or 0xCCA676) is known color: Putty. HEX triplet: CC, A6 and 76. RGB value is (204,166,118). Sum of RGB (Red+Green+Blue) = 204+166+118=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA676 is #335989. Grayscale: #ACACAC. Windows color (decimal): -3365258 or 7775948. OLE color: 7775948.

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

Color convert

RGB 204 166 118 -
CMYK 0 0.19 0.42 0.2
HSL 33.49º 0.46% 0.63% -
HSV(B) 33.49º 0.42% 0.8% -
XYZ 41.81 41.42 22.93 -
YUV 171.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 204 166 118 0 0.19 0.42 0.2 33.49 0.46 0.63
Hex CC A6 76 0 13 2A 14 21 2E 3F
Octal 314 246 166 0 23 52 24 41 56 77
Binary 11001100 10100110 1110110 0 10011 101010 10100 100001 101110 111111

Color Harmonies of #CCA676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA676

Black with #CCA676

Text Example


Text Example

White with #CCA676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA676; }

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

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

background-color css

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

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

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

border-color css

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

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

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