#CFAA6B

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

Shades of Putty #CFAA6B

Tints of Putty #CFAA6B

Color information

#CFAA6B (or 0xCFAA6B) is unknown color: approx Putty. HEX triplet: CF, AA and 6B. RGB value is (207,170,107). Sum of RGB (Red+Green+Blue) = 207+170+107=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA6B is #305594. Grayscale: #AEAEAE. Windows color (decimal): -3167637 or 7056079. OLE color: 7056079.

HSL color Cylindrical-coordinate representation of color #CFAA6B: hue angle of 37.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFAA6B is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB207170107-
CMYK00.180.480.19
HSL37.8º51.02%61.57%-
HSV(B)37.8º48.31%81.18%-
XYZ42.7643.0819.97-
YUV173.8890.26151.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.77%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 107 (42.19% from 255) = 22.11%
R=42.77%
G=35.12%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717010700.180.480.1937.851.0261.57
HexCFAA6B012301326333e
Octal3172521530226023466376
Binary1100111110101010110101101001011000010011100110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAA6B; }

 p { color: rgb(207,170,107); }

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

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

 a { background-color: rgb(207,170,107); }

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

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

 span { border-color: rgb(207,170,107); }

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