#CDB476

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

Shades of Putty #CDB476

Tints of Putty #CDB476

Color information

#CDB476 (or 0xCDB476) is unknown color: approx Putty. HEX triplet: CD, B4 and 76. RGB value is (205,180,118). Sum of RGB (Red+Green+Blue) = 205+180+118=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB476 is #324B89. Grayscale: #B4B4B4. Windows color (decimal): -3296138 or 7779533. OLE color: 7779533.

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

Color convert

RGB205180118-
CMYK00.120.420.20
HSL42.76º46.52%63.33%-
HSV(B)42.76º42.44%80.39%-
XYZ44.7746.9323.84-
YUV180.4192.78145.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.76%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 118 (46.48% from 255) = 23.46%
R=40.76%
G=35.79%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518011800.120.420.2042.7646.5263.33
HexCDB4760C2A142b2f3f
Octal3152641660145224535777
Binary110011011011010011101100110010101010100101011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB476; }

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

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

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

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

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

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

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

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