#c4a76b

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

Shades of Putty #C4A76B

Tints of Putty #C4A76B

Color information

#C4A76B (or 0xC4A76B) is unknown color: approx Putty. HEX triplet: C4, A7 and 6B. RGB value is (196,167,107). Sum of RGB (Red+Green+Blue) = 196+167+107=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A76B is #3B5894. Grayscale: #A9A9A9. Windows color (decimal): -3889301 or 7055300. OLE color: 7055300.

HSL color Cylindrical-coordinate representation of color #C4A76B: hue angle of 40.45º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4A76B is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB196167107-
CMYK00.150.450.23
HSL40.45º43%59.41%-
HSV(B)40.45º45.41%76.86%-
XYZ39.2440.4319.65-
YUV168.8393.11147.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.70%
GREEN value IS 167 (65.62% from 255) = 35.53%
BLUE value IS 107 (42.19% from 255) = 22.77%
R=41.70%
G=35.53%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616710700.150.450.2340.454359.41
HexC4A76B0F2D17282b3b
Octal3042471530175527505373
Binary110001001010011111010110111110110110111101000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4a76b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4a76b; }

 p { color: rgb(196,167,107); }

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

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

 a { background-color: rgb(196,167,107); }

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

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

 span { border-color: rgb(196,167,107); }

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