#CDB469

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

Shades of Putty #CDB469

Tints of Putty #CDB469

Color information

#CDB469 (or 0xCDB469) is unknown color: approx Putty. HEX triplet: CD, B4 and 69. RGB value is (205,180,105). Sum of RGB (Red+Green+Blue) = 205+180+105=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB469 is #324B96. Grayscale: #B3B3B3. Windows color (decimal): -3296151 or 6927565. OLE color: 6927565.

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

Color convert

RGB205180105-
CMYK00.120.490.20
HSL45º50%60.78%-
HSV(B)45º48.78%80.39%-
XYZ44.0546.6420.05-
YUV178.9286.28146.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 105 (41.41% from 255) = 21.43%
R=41.84%
G=36.73%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518010500.120.490.20455060.78
HexCDB4690C31142d323d
Octal3152641510146124556275
Binary110011011011010011010010110011000110100101101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB469; }

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

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

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

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

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

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

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

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