#CDAC72

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

Shades of Putty #CDAC72

Tints of Putty #CDAC72

Color information

#CDAC72 (or 0xCDAC72) is unknown color: approx Putty. HEX triplet: CD, AC and 72. RGB value is (205,172,114). Sum of RGB (Red+Green+Blue) = 205+172+114=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAC72 is #32538D. Grayscale: #AFAFAF. Windows color (decimal): -3298190 or 7515341. OLE color: 7515341.

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

Color convert

RGB205172114-
CMYK00.160.440.20
HSL38.24º47.64%62.55%-
HSV(B)38.24º44.39%80.39%-
XYZ42.9743.722.09-
YUV175.2693.43149.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.75%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 114 (44.92% from 255) = 23.22%
R=41.75%
G=35.03%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517211400.160.440.2038.2447.6462.55
HexCDAC720102C1426303f
Octal3152541620205424466077
Binary1100110110101100111001001000010110010100100110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAC72; }

 p { color: rgb(205,172,114); }

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

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

 a { background-color: rgb(205,172,114); }

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

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

 span { border-color: rgb(205,172,114); }

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