#cfad71

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

Shades of Putty #CFAD71

Tints of Putty #CFAD71

Color information

#CFAD71 (or 0xCFAD71) is unknown color: approx Putty. HEX triplet: CF, AD and 71. RGB value is (207,173,113). Sum of RGB (Red+Green+Blue) = 207+173+113=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD71 is #30528E. Grayscale: #B0B0B0. Windows color (decimal): -3166863 or 7450063. OLE color: 7450063.

HSL color Cylindrical-coordinate representation of color #CFAD71: hue angle of 38.3º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFAD71 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB207173113-
CMYK00.160.450.19
HSL38.3º49.47%62.75%-
HSV(B)38.3º45.41%81.18%-
XYZ43.6644.3421.88-
YUV176.3392.26149.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.99%
GREEN value IS 173 (67.97% from 255) = 35.09%
BLUE value IS 113 (44.53% from 255) = 22.92%
R=41.99%
G=35.09%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717311300.160.450.1938.349.4762.75
HexCFAD710102D1326313f
Octal3172551610205523466177
Binary1100111110101101111000101000010110110011100110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfad71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfad71; }

 p { color: rgb(207,173,113); }

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

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

 a { background-color: rgb(207,173,113); }

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

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

 span { border-color: rgb(207,173,113); }

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