#c4a570

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

Shades of Putty #C4A570

Tints of Putty #C4A570

Color information

#C4A570 (or 0xC4A570) is unknown color: approx Putty. HEX triplet: C4, A5 and 70. RGB value is (196,165,112). Sum of RGB (Red+Green+Blue) = 196+165+112=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A570 is #3B5A8F. Grayscale: #A8A8A8. Windows color (decimal): -3889808 or 7382468. OLE color: 7382468.

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

Color convert

RGB196165112-
CMYK00.160.430.23
HSL37.86º41.58%60.39%-
HSV(B)37.86º42.86%76.86%-
XYZ39.1439.8220.95-
YUV168.2396.27147.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=41.44%
G=34.88%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616511200.160.430.2337.8641.5860.39
HexC4A5700102B17262a3c
Octal3042451600205327465274
Binary1100010010100101111000001000010101110111100110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4a570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4a570; }

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

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

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

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

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

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

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

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