#CFA372

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

Shades of Putty #CFA372

Tints of Putty #CFA372

Color information

#CFA372 (or 0xCFA372) is unknown color: approx Putty. HEX triplet: CF, A3 and 72. RGB value is (207,163,114). Sum of RGB (Red+Green+Blue) = 207+163+114=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA372 is #305C8D. Grayscale: #AAAAAA. Windows color (decimal): -3169422 or 7513039. OLE color: 7513039.

HSL color Cylindrical-coordinate representation of color #CFA372: hue angle of 31.61º 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 #CFA372 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB207163114-
CMYK00.210.450.19
HSL31.61º49.21%62.94%-
HSV(B)31.61º44.93%81.18%-
XYZ41.8740.6721.56-
YUV170.5796.08153.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.77%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=42.77%
G=33.68%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716311400.210.450.1931.6149.2162.94
HexCFA3720152D1320313f
Octal3172431620255523406177
Binary1100111110100011111001001010110110110011100000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA372; }

 p { color: rgb(207,163,114); }

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

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

 a { background-color: rgb(207,163,114); }

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

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

 span { border-color: rgb(207,163,114); }

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