#CDAB6C

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

Shades of Putty #CDAB6C

Tints of Putty #CDAB6C

Color information

#CDAB6C (or 0xCDAB6C) is unknown color: approx Putty. HEX triplet: CD, AB and 6C. RGB value is (205,171,108). Sum of RGB (Red+Green+Blue) = 205+171+108=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB6C is #325493. Grayscale: #AEAEAE. Windows color (decimal): -3298452 or 7121869. OLE color: 7121869.

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

Color convert

RGB205171108-
CMYK00.170.470.20
HSL38.97º49.24%61.37%-
HSV(B)38.97º47.32%80.39%-
XYZ42.4543.1920.29-
YUV173.9890.76150.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.36%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 108 (42.58% from 255) = 22.31%
R=42.36%
G=35.33%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517110800.170.470.2038.9749.2461.37
HexCDAB6C0112F1427313d
Octal3152531540215724476175
Binary1100110110101011110110001000110111110100100111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAB6C; }

 p { color: rgb(205,171,108); }

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

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

 a { background-color: rgb(205,171,108); }

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

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

 span { border-color: rgb(205,171,108); }

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