#CDB079

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

Shades of Putty #CDB079

Tints of Putty #CDB079

Color information

#CDB079 (or 0xCDB079) is unknown color: approx Putty. HEX triplet: CD, B0 and 79. RGB value is (205,176,121). Sum of RGB (Red+Green+Blue) = 205+176+121=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB079 is #324F86. Grayscale: #B2B2B2. Windows color (decimal): -3297159 or 7975117. OLE color: 7975117.

HSL color Cylindrical-coordinate representation of color #CDB079: hue angle of 39.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDB079 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB205176121-
CMYK00.140.410.20
HSL39.29º45.65%63.92%-
HSV(B)39.29º40.98%80.39%-
XYZ44.1545.4124.53-
YUV178.495.61146.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.84%
GREEN value IS 176 (69.14% from 255) = 35.06%
BLUE value IS 121 (47.66% from 255) = 24.10%
R=40.84%
G=35.06%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517612100.140.410.2039.2945.6563.92
HexCDB0790E2914272e40
Octal31526017101651244756100
Binary1100110110110000111100101110101001101001001111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB079; }

 p { color: rgb(205,176,121); }

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

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

 a { background-color: rgb(205,176,121); }

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

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

 span { border-color: rgb(205,176,121); }

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