#CDB675

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

Shades of Putty #CDB675

Tints of Putty #CDB675

Color information

#CDB675 (or 0xCDB675) is unknown color: approx Putty. HEX triplet: CD, B6 and 75. RGB value is (205,182,117). Sum of RGB (Red+Green+Blue) = 205+182+117=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB675 is #32498A. Grayscale: #B5B5B5. Windows color (decimal): -3295627 or 7714509. OLE color: 7714509.

HSL color Cylindrical-coordinate representation of color #CDB675: hue angle of 44.32º 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 #CDB675 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB205182117-
CMYK00.110.430.20
HSL44.32º46.81%63.14%-
HSV(B)44.32º42.93%80.39%-
XYZ45.1247.7223.66-
YUV181.4791.62144.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 182 (71.48% from 255) = 36.11%
BLUE value IS 117 (46.09% from 255) = 23.21%
R=40.67%
G=36.11%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518211700.110.430.2044.3246.8163.14
HexCDB6750B2B142c2f3f
Octal3152661650135324545777
Binary110011011011011011101010101110101110100101100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB675; }

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

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

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

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

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

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

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

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