#C4B16E

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

Shades of Putty #C4B16E

Tints of Putty #C4B16E

Color information

#C4B16E (or 0xC4B16E) is unknown color: approx Putty. HEX triplet: C4, B1 and 6E. RGB value is (196,177,110). Sum of RGB (Red+Green+Blue) = 196+177+110=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B16E is #3B4E91. Grayscale: #AFAFAF. Windows color (decimal): -3886738 or 7254468. OLE color: 7254468.

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

Color convert

RGB196177110-
CMYK00.100.440.23
HSL46.74º42.16%60%-
HSV(B)46.74º43.88%76.86%-
XYZ41.344.3121.13-
YUV175.0491.29142.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 177 (69.53% from 255) = 36.65%
BLUE value IS 110 (43.36% from 255) = 22.77%
R=40.58%
G=36.65%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617711000.100.440.2346.7442.1660
HexC4B16E0A2C172f2a3c
Octal3042611560125427575274
Binary110001001011000111011100101010110010111101111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B16E; }

 p { color: rgb(196,177,110); }

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

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

 a { background-color: rgb(196,177,110); }

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

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

 span { border-color: rgb(196,177,110); }

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