#CDAB67

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

Shades of Putty #CDAB67

Tints of Putty #CDAB67

Color information

#CDAB67 (or 0xCDAB67) is unknown color: approx Putty. HEX triplet: CD, AB and 67. RGB value is (205,171,103). Sum of RGB (Red+Green+Blue) = 205+171+103=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB67 is #325498. Grayscale: #ADADAD. Windows color (decimal): -3298457 or 6794189. OLE color: 6794189.

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

Color convert

RGB205171103-
CMYK00.170.500.20
HSL40º50.5%60.39%-
HSV(B)40º49.76%80.39%-
XYZ42.1943.0818.92-
YUV173.4188.26150.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 171 (67.19% from 255) = 35.70%
BLUE value IS 103 (40.62% from 255) = 21.50%
R=42.80%
G=35.70%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517110300.170.500.204050.560.39
HexCDAB67011321428323c
Octal3152531470216224506274
Binary1100110110101011110011101000111001010100101000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAB67; }

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

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

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

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

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

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

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

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