#CDAB74

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

Shades of Putty #CDAB74

Tints of Putty #CDAB74

Color information

#CDAB74 (or 0xCDAB74) is unknown color: approx Putty. HEX triplet: CD, AB and 74. RGB value is (205,171,116). Sum of RGB (Red+Green+Blue) = 205+171+116=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB74 is #32548B. Grayscale: #AFAFAF. Windows color (decimal): -3298444 or 7646157. OLE color: 7646157.

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

Color convert

RGB205171116-
CMYK00.170.430.20
HSL37.08º47.09%62.94%-
HSV(B)37.08º43.41%80.39%-
XYZ42.8943.3722.63-
YUV174.994.76149.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 116 (45.70% from 255) = 23.58%
R=41.67%
G=34.76%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517111600.170.430.2037.0847.0962.94
HexCDAB740112B14252f3f
Octal3152531640215324455777
Binary1100110110101011111010001000110101110100100101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAB74; }

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

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

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

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

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

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

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

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