#C7AB69

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

Shades of Putty #C7AB69

Tints of Putty #C7AB69

Color information

#C7AB69 (or 0xC7AB69) is unknown color: approx Putty. HEX triplet: C7, AB and 69. RGB value is (199,171,105). Sum of RGB (Red+Green+Blue) = 199+171+105=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AB69 is #385496. Grayscale: #ACACAC. Windows color (decimal): -3691671 or 6925255. OLE color: 6925255.

HSL color Cylindrical-coordinate representation of color #C7AB69: hue angle of 42.13º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7AB69 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB199171105-
CMYK00.140.470.22
HSL42.13º45.63%59.61%-
HSV(B)42.13º47.24%78.04%-
XYZ40.6742.2919.38-
YUV171.8590.28147.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.89%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 105 (41.41% from 255) = 22.11%
R=41.89%
G=36%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917110500.140.470.2242.1345.6359.61
HexC7AB690E2F162a2e3c
Octal3072531510165726525674
Binary110001111010101111010010111010111110110101010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AB69; }

 p { color: rgb(199,171,105); }

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

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

 a { background-color: rgb(199,171,105); }

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

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

 span { border-color: rgb(199,171,105); }

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