#C4AB72

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

Shades of Putty #C4AB72

Tints of Putty #C4AB72

Color information

#C4AB72 (or 0xC4AB72) is unknown color: approx Putty. HEX triplet: C4, AB and 72. RGB value is (196,171,114). Sum of RGB (Red+Green+Blue) = 196+171+114=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AB72 is #3B548D. Grayscale: #ACACAC. Windows color (decimal): -3888270 or 7515076. OLE color: 7515076.

HSL color Cylindrical-coordinate representation of color #C4AB72: hue angle of 41.71º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4AB72 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB196171114-
CMYK00.130.420.23
HSL41.71º41%60.78%-
HSV(B)41.71º41.84%76.86%-
XYZ40.3742.0821.91-
YUV171.9895.28145.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.75%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 114 (44.92% from 255) = 23.70%
R=40.75%
G=35.55%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617111400.130.420.2341.714160.78
HexC4AB720D2A172a293d
Octal3042531620155227525175
Binary110001001010101111100100110110101010111101010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AB72; }

 p { color: rgb(196,171,114); }

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

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

 a { background-color: rgb(196,171,114); }

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

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

 span { border-color: rgb(196,171,114); }

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