#CDAF76

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

Shades of Putty #CDAF76

Tints of Putty #CDAF76

Color information

#CDAF76 (or 0xCDAF76) is unknown color: approx Putty. HEX triplet: CD, AF and 76. RGB value is (205,175,118). Sum of RGB (Red+Green+Blue) = 205+175+118=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAF76 is #325089. Grayscale: #B1B1B1. Windows color (decimal): -3297418 or 7778253. OLE color: 7778253.

HSL color Cylindrical-coordinate representation of color #CDAF76: hue angle of 39.31º degrees, saturation: 0.47, 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 #CDAF76 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB205175118-
CMYK00.150.420.20
HSL39.31º46.52%63.33%-
HSV(B)39.31º42.44%80.39%-
XYZ43.7844.9523.51-
YUV177.4794.44147.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.16%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 118 (46.48% from 255) = 23.69%
R=41.16%
G=35.14%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517511800.150.420.2039.3146.5263.33
HexCDAF760F2A14272f3f
Octal3152571660175224475777
Binary110011011010111111101100111110101010100100111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAF76; }

 p { color: rgb(205,175,118); }

 H1.HeaderClassName
 {
   color: #CDAF76;
 }
 .AnyTagClassName
 {
   color: #CDAF76;
 }
</style>
background-color css

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

 a { background-color: rgb(205,175,118); }

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

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

 span { border-color: rgb(205,175,118); }

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