#C4B271

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

Shades of Putty #C4B271

Tints of Putty #C4B271

Color information

#C4B271 (or 0xC4B271) is unknown color: approx Putty. HEX triplet: C4, B2 and 71. RGB value is (196,178,113). Sum of RGB (Red+Green+Blue) = 196+178+113=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B271 is #3B4D8E. Grayscale: #B0B0B0. Windows color (decimal): -3886479 or 7451332. OLE color: 7451332.

HSL color Cylindrical-coordinate representation of color #C4B271: hue angle of 46.99º 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 #C4B271 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB196178113-
CMYK00.090.420.23
HSL46.99º41.29%60.59%-
HSV(B)46.99º42.35%76.86%-
XYZ41.6744.7722.07-
YUV175.9792.46142.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.25%
GREEN value IS 178 (69.92% from 255) = 36.55%
BLUE value IS 113 (44.53% from 255) = 23.20%
R=40.25%
G=36.55%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617811300.090.420.2346.9941.2960.59
HexC4B271092A172f293d
Octal3042621610115227575175
Binary110001001011001011100010100110101010111101111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B271; }

 p { color: rgb(196,178,113); }

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

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

 a { background-color: rgb(196,178,113); }

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

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

 span { border-color: rgb(196,178,113); }

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