#C0A575

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

Shades of Putty #C0A575

Tints of Putty #C0A575

Color information

#C0A575 (or 0xC0A575) is unknown color: approx Putty. HEX triplet: C0, A5 and 75. RGB value is (192,165,117). Sum of RGB (Red+Green+Blue) = 192+165+117=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A575 is #3F5A8A. Grayscale: #A7A7A7. Windows color (decimal): -4151947 or 7710144. OLE color: 7710144.

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

Color convert

RGB192165117-
CMYK00.140.390.25
HSL38.4º37.31%60.59%-
HSV(B)38.4º39.06%75.29%-
XYZ38.439.422.41-
YUV167.699.45145.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.51%
GREEN value IS 165 (64.84% from 255) = 34.81%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=40.51%
G=34.81%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216511700.140.390.2538.437.3160.59
HexC0A5750E271926253d
Octal3002451650164731464575
Binary110000001010010111101010111010011111001100110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A575; }

 p { color: rgb(192,165,117); }

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

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

 a { background-color: rgb(192,165,117); }

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

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

 span { border-color: rgb(192,165,117); }

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