#cca977

Color #CCA977 Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #CCA977

Tints of Putty #CCA977

Color information

#CCA977 (or 0xCCA977) is unknown color: approx 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

RGB204169119-
CMYK00.170.420.2
HSL35.29º45.45%63.33%-
HSV(B)35.29º41.67%80%-
XYZ42.4242.5523.43-
YUV173.7697.1149.57-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416911900.170.420.235.2945.4563.33
HexCCA9770112A14232d3f
Octal3142511670215224435577
Binary1100110010101001111011101000110101010100100011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cca977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>