#C4B073

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

Shades of Putty #C4B073

Tints of Putty #C4B073

Color information

#C4B073 (or 0xC4B073) is unknown color: approx Putty. HEX triplet: C4, B0 and 73. RGB value is (196,176,115). Sum of RGB (Red+Green+Blue) = 196+176+115=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B073 is #3B4F8C. Grayscale: #AFAFAF. Windows color (decimal): -3886989 or 7581892. OLE color: 7581892.

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

Color convert

RGB196176115-
CMYK00.100.410.23
HSL45.19º40.7%60.98%-
HSV(B)45.19º41.33%76.86%-
XYZ41.3844.0222.54-
YUV175.0394.13142.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.25%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 115 (45.31% from 255) = 23.61%
R=40.25%
G=36.14%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617611500.100.410.2345.1940.760.98
HexC4B0730A29172d293d
Octal3042601630125127555175
Binary110001001011000011100110101010100110111101101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B073; }

 p { color: rgb(196,176,115); }

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

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

 a { background-color: rgb(196,176,115); }

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

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

 span { border-color: rgb(196,176,115); }

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