#CDB07A

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

Shades of Putty #CDB07A

Tints of Putty #CDB07A

Color information

#CDB07A (or 0xCDB07A) is unknown color: approx Putty. HEX triplet: CD, B0 and 7A. RGB value is (205,176,122). Sum of RGB (Red+Green+Blue) = 205+176+122=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB07A is #324F85. Grayscale: #B2B2B2. Windows color (decimal): -3297158 or 8040653. OLE color: 8040653.

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

Color convert

RGB205176122-
CMYK00.140.400.20
HSL39.04º45.36%64.12%-
HSV(B)39.04º40.49%80.39%-
XYZ44.2245.4324.85-
YUV178.5296.11146.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.76%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 122 (48.05% from 255) = 24.25%
R=40.76%
G=34.99%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517612200.140.400.2039.0445.3664.12
HexCDB07A0E2814272d40
Octal31526017201650244755100
Binary1100110110110000111101001110101000101001001111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB07A; }

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

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

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

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

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

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

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

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