#CFA571

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

Shades of Putty #CFA571

Tints of Putty #CFA571

Color information

#CFA571 (or 0xCFA571) is unknown color: approx Putty. HEX triplet: CF, A5 and 71. RGB value is (207,165,113). Sum of RGB (Red+Green+Blue) = 207+165+113=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA571 is #305A8E. Grayscale: #ABABAB. Windows color (decimal): -3168911 or 7448015. OLE color: 7448015.

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

Color convert

RGB207165113-
CMYK00.200.450.19
HSL33.19º49.47%62.75%-
HSV(B)33.19º45.41%81.18%-
XYZ42.1741.3721.39-
YUV171.6394.91153.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.68%
GREEN value IS 165 (64.84% from 255) = 34.02%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=42.68%
G=34.02%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716511300.200.450.1933.1949.4762.75
HexCFA5710142D1321313f
Octal3172451610245523416177
Binary1100111110100101111000101010010110110011100001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA571; }

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

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

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

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

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

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

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

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