#C0A770

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

Shades of Putty #C0A770

Tints of Putty #C0A770

Color information

#C0A770 (or 0xC0A770) is unknown color: approx Putty. HEX triplet: C0, A7 and 70. RGB value is (192,167,112). Sum of RGB (Red+Green+Blue) = 192+167+112=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A770 is #3F588F. Grayscale: #A8A8A8. Windows color (decimal): -4151440 or 7382976. OLE color: 7382976.

HSL color Cylindrical-coordinate representation of color #C0A770: hue angle of 41.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0A770 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB192167112-
CMYK00.130.420.25
HSL41.25º38.83%59.61%-
HSV(B)41.25º41.67%75.29%-
XYZ38.4840.0121.02-
YUV168.296.28144.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 167 (65.62% from 255) = 35.46%
BLUE value IS 112 (44.14% from 255) = 23.78%
R=40.76%
G=35.46%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216711200.130.420.2541.2538.8359.61
HexC0A7700D2A1929273c
Octal3002471600155231514774
Binary110000001010011111100000110110101011001101001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A770; }

 p { color: rgb(192,167,112); }

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

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

 a { background-color: rgb(192,167,112); }

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

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

 span { border-color: rgb(192,167,112); }

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