#CDB269

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

Shades of Putty #CDB269

Tints of Putty #CDB269

Color information

#CDB269 (or 0xCDB269) is unknown color: approx Putty. HEX triplet: CD, B2 and 69. RGB value is (205,178,105). Sum of RGB (Red+Green+Blue) = 205+178+105=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB269 is #324D96. Grayscale: #B2B2B2. Windows color (decimal): -3296663 or 6927053. OLE color: 6927053.

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

Color convert

RGB205178105-
CMYK00.130.490.20
HSL43.8º50%60.78%-
HSV(B)43.8º48.78%80.39%-
XYZ43.6545.8419.91-
YUV177.7586.95147.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 178 (69.92% from 255) = 36.48%
BLUE value IS 105 (41.41% from 255) = 21.52%
R=42.01%
G=36.48%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517810500.130.490.2043.85060.78
HexCDB2690D31142c323d
Octal3152621510156124546275
Binary110011011011001011010010110111000110100101100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB269; }

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

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

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

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

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

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

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

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