#C4AB77

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

Shades of Putty #C4AB77

Tints of Putty #C4AB77

Color information

#C4AB77 (or 0xC4AB77) is unknown color: approx Putty. HEX triplet: C4, AB and 77. RGB value is (196,171,119). Sum of RGB (Red+Green+Blue) = 196+171+119=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AB77 is #3B5488. Grayscale: #ACACAC. Windows color (decimal): -3888265 or 7842756. OLE color: 7842756.

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

Color convert

RGB196171119-
CMYK00.130.390.23
HSL40.52º39.49%61.76%-
HSV(B)40.52º39.29%76.86%-
XYZ40.6642.1923.45-
YUV172.5597.78144.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.33%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 119 (46.88% from 255) = 24.49%
R=40.33%
G=35.19%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617111900.130.390.2340.5239.4961.76
HexC4AB770D271729273e
Octal3042531670154727514776
Binary110001001010101111101110110110011110111101001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AB77; }

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

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

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

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

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

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

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

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