Html Css Color HEX #CCA976 Putty

📋 copy color: '#CCA976'

red 204 ◦ green 169 ◦ blue 118

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

Shades of Putty #CCA976

Tints of Putty #CCA976

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.42%

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

R = 41.55%
G = 34.42%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCA976 (or 0xCCA976) is known color: Putty. HEX triplet: CC, A9 and 76. RGB value is (204,169,118). Sum of RGB (Red+Green+Blue) = 204+169+118=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA976 is #335689. Grayscale: #ADADAD. Windows color (decimal): -3364490 or 7776716. OLE color: 7776716.

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

Color convert

RGB 204 169 118 -
CMYK 0 0.17 0.42 0.2
HSL 35.58º 0.46% 0.63% -
HSV(B) 35.58º 0.42% 0.8% -
XYZ 42.36 42.52 23.11 -
YUV 173.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 204 169 118 0 0.17 0.42 0.2 35.58 0.46 0.63
Hex CC A9 76 0 11 2A 14 24 2E 3F
Octal 314 251 166 0 21 52 24 44 56 77
Binary 11001100 10101001 1110110 0 10001 101010 10100 100100 101110 111111

Color Harmonies of #CCA976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA976

Black with #CCA976

Text Example


Text Example

White with #CCA976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA976; }

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

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

background-color css

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

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

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

border-color css

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

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

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