#CFA870

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

Shades of Putty #CFA870

Tints of Putty #CFA870

Color information

#CFA870 (or 0xCFA870) is unknown color: approx Putty. HEX triplet: CF, A8 and 70. RGB value is (207,168,112). Sum of RGB (Red+Green+Blue) = 207+168+112=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA870 is #30578F. Grayscale: #ADADAD. Windows color (decimal): -3168144 or 7383247. OLE color: 7383247.

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

Color convert

RGB207168112-
CMYK00.190.460.19
HSL35.37º49.74%62.55%-
HSV(B)35.37º45.89%81.18%-
XYZ42.6642.4421.27-
YUV173.2893.42152.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.51%
GREEN value IS 168 (66.02% from 255) = 34.50%
BLUE value IS 112 (44.14% from 255) = 23.00%
R=42.51%
G=34.50%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716811200.190.460.1935.3749.7462.55
HexCFA8700132E1323323f
Octal3172501600235623436277
Binary1100111110101000111000001001110111010011100011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA870; }

 p { color: rgb(207,168,112); }

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

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

 a { background-color: rgb(207,168,112); }

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

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

 span { border-color: rgb(207,168,112); }

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