Html Css Color HEX #CCA776 Putty

📋 copy color: '#CCA776'

red 204 ◦ green 167 ◦ blue 118

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

Shades of Putty #CCA776

Tints of Putty #CCA776

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.15%

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

R = 41.72%
G = 34.15%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCA776 (or 0xCCA776) is known color: Putty. HEX triplet: CC, A7 and 76. RGB value is (204,167,118). Sum of RGB (Red+Green+Blue) = 204+167+118=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA776 is #335889. Grayscale: #ACACAC. Windows color (decimal): -3365002 or 7776204. OLE color: 7776204.

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

Color convert

RGB 204 167 118 -
CMYK 0 0.18 0.42 0.2
HSL 34.19º 0.46% 0.63% -
HSV(B) 34.19º 0.42% 0.8% -
XYZ 41.99 41.78 22.99 -
YUV 172.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 204 167 118 0 0.18 0.42 0.2 34.19 0.46 0.63
Hex CC A7 76 0 12 2A 14 22 2E 3F
Octal 314 247 166 0 22 52 24 42 56 77
Binary 11001100 10100111 1110110 0 10010 101010 10100 100010 101110 111111

Color Harmonies of #CCA776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA776

Black with #CCA776

Text Example


Text Example

White with #CCA776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA776; }

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

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

background-color css

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

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

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

border-color css

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

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

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