#C0A673

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

Shades of Putty #C0A673

Tints of Putty #C0A673

Color information

#C0A673 (or 0xC0A673) is unknown color: approx Putty. HEX triplet: C0, A6 and 73. RGB value is (192,166,115). Sum of RGB (Red+Green+Blue) = 192+166+115=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A673 is #3F598C. Grayscale: #A8A8A8. Windows color (decimal): -4151693 or 7579328. OLE color: 7579328.

HSL color Cylindrical-coordinate representation of color #C0A673: hue angle of 39.74º 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 #C0A673 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB192166115-
CMYK00.140.400.25
HSL39.74º37.93%60.2%-
HSV(B)39.74º40.1%75.29%-
XYZ38.4739.7221.86-
YUV167.9698.11145.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.59%
GREEN value IS 166 (65.23% from 255) = 35.10%
BLUE value IS 115 (45.31% from 255) = 24.31%
R=40.59%
G=35.10%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216611500.140.400.2539.7437.9360.2
HexC0A6730E281928263c
Octal3002461630165031504674
Binary110000001010011011100110111010100011001101000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A673; }

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

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

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

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

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

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

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

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