#C4B070

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

Shades of Putty #C4B070

Tints of Putty #C4B070

Color information

#C4B070 (or 0xC4B070) is unknown color: approx Putty. HEX triplet: C4, B0 and 70. RGB value is (196,176,112). Sum of RGB (Red+Green+Blue) = 196+176+112=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B070 is #3B4F8F. Grayscale: #AEAEAE. Windows color (decimal): -3886992 or 7385284. OLE color: 7385284.

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

Color convert

RGB196176112-
CMYK00.100.430.23
HSL45.71º41.58%60.39%-
HSV(B)45.71º42.86%76.86%-
XYZ41.2143.9621.64-
YUV174.6892.63143.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.50%
GREEN value IS 176 (69.14% from 255) = 36.36%
BLUE value IS 112 (44.14% from 255) = 23.14%
R=40.50%
G=36.36%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617611200.100.430.2345.7141.5860.39
HexC4B0700A2B172e2a3c
Octal3042601600125327565274
Binary110001001011000011100000101010101110111101110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B070; }

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

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

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

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

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

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

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

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