#C0AE70

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

Shades of Putty #C0AE70

Tints of Putty #C0AE70

Color information

#C0AE70 (or 0xC0AE70) is unknown color: approx Putty. HEX triplet: C0, AE and 70. RGB value is (192,174,112). Sum of RGB (Red+Green+Blue) = 192+174+112=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE70 is #3F518F. Grayscale: #ACACAC. Windows color (decimal): -4149648 or 7384768. OLE color: 7384768.

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

Color convert

RGB192174112-
CMYK00.090.420.25
HSL46.5º38.83%59.61%-
HSV(B)46.5º41.67%75.29%-
XYZ39.842.6521.46-
YUV172.3193.96142.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.17%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=40.17%
G=36.40%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217411200.090.420.2546.538.8359.61
HexC0AE70092A192e273c
Octal3002561600115231564774
Binary110000001010111011100000100110101011001101110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AE70; }

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

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

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

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

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

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

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

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