#cdb275

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

Shades of Putty #CDB275

Tints of Putty #CDB275

Color information

#CDB275 (or 0xCDB275) is unknown color: approx Putty. HEX triplet: CD, B2 and 75. RGB value is (205,178,117). Sum of RGB (Red+Green+Blue) = 205+178+117=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB275 is #324D8A. Grayscale: #B3B3B3. Windows color (decimal): -3296651 or 7713485. OLE color: 7713485.

HSL color Cylindrical-coordinate representation of color #CDB275: hue angle of 41.59º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDB275 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB205178117-
CMYK00.130.430.20
HSL41.59º46.81%63.14%-
HSV(B)41.59º42.93%80.39%-
XYZ44.3146.123.39-
YUV179.1292.95146.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 178 (69.92% from 255) = 35.6%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=41%
G=35.6%
B=23.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517811700.130.430.2041.5946.8163.14
HexCDB2750D2B142a2f3f
Octal3152621650155324525777
Binary110011011011001011101010110110101110100101010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdb275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdb275; }

 p { color: rgb(205,178,117); }

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

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

 a { background-color: rgb(205,178,117); }

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

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

 span { border-color: rgb(205,178,117); }

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