#C0A873

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

Shades of Putty #C0A873

Tints of Putty #C0A873

Color information

#C0A873 (or 0xC0A873) is unknown color: approx Putty. HEX triplet: C0, A8 and 73. RGB value is (192,168,115). Sum of RGB (Red+Green+Blue) = 192+168+115=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A873 is #3F578C. Grayscale: #A9A9A9. Windows color (decimal): -4151181 or 7579840. OLE color: 7579840.

HSL color Cylindrical-coordinate representation of color #C0A873: hue angle of 41.3º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0A873 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB192168115-
CMYK00.120.400.25
HSL41.3º37.93%60.2%-
HSV(B)41.3º40.1%75.29%-
XYZ38.8440.4521.98-
YUV169.1397.45144.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.42%
GREEN value IS 168 (66.02% from 255) = 35.37%
BLUE value IS 115 (45.31% from 255) = 24.21%
R=40.42%
G=35.37%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216811500.120.400.2541.337.9360.2
HexC0A8730C281929263c
Octal3002501630145031514674
Binary110000001010100011100110110010100011001101001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A873; }

 p { color: rgb(192,168,115); }

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

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

 a { background-color: rgb(192,168,115); }

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

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

 span { border-color: rgb(192,168,115); }

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