Html Css Color HEX #CCA977 Putty

📋 copy color: '#CCA977'

red 204 ◦ green 169 ◦ blue 119

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

Shades of Putty #CCA977

Tints of Putty #CCA977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.19%

R = 41.46%
G = 34.35%
B = 24.19%

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

#CCA977 (or 0xCCA977) is known color: Putty. HEX triplet: CC, A9 and 77. RGB value is (204,169,119). Sum of RGB (Red+Green+Blue) = 204+169+119=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA977 is #335688. Grayscale: #AEAEAE. Windows color (decimal): -3364489 or 7842252. OLE color: 7842252.

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

Color convert

RGB 204 169 119 -
CMYK 0 0.17 0.42 0.2
HSL 35.29º 0.45% 0.63% -
HSV(B) 35.29º 0.42% 0.8% -
XYZ 42.42 42.55 23.43 -
YUV 173.77 97.1 149.57 -
System Red Green Blue C M Y K H S L
Decimal 204 169 119 0 0.17 0.42 0.2 35.29 0.45 0.63
Hex CC A9 77 0 11 2A 14 23 2D 3F
Octal 314 251 167 0 21 52 24 43 55 77
Binary 11001100 10101001 1110111 0 10001 101010 10100 100011 101101 111111

Color Harmonies of #CCA977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA977

Black with #CCA977

Text Example


Text Example

White with #CCA977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA977; }

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

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

background-color css

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

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

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

border-color css

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

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

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