#C0A35F

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

Shades of Laser #C0A35F

Tints of Laser #C0A35F

Color information

#C0A35F (or 0xC0A35F) is unknown color: approx Laser. HEX triplet: C0, A3 and 5F. RGB value is (192,163,95). Sum of RGB (Red+Green+Blue) = 192+163+95=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A35F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A35F is #3F5CA0. Grayscale: #A4A4A4. Windows color (decimal): -4152481 or 6267840. OLE color: 6267840.

HSL color Cylindrical-coordinate representation of color #C0A35F: hue angle of 42.06º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0A35F is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19216395-
CMYK00.150.510.25
HSL42.06º43.5%56.27%-
HSV(B)42.06º50.52%75.29%-
XYZ36.938.2316.26-
YUV163.9289.11148.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.67%
GREEN value IS 163 (64.06% from 255) = 36.22%
BLUE value IS 95 (37.5% from 255) = 21.11%
R=42.67%
G=36.22%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921639500.150.510.2542.0643.556.27
HexC0A35F0F33192a2b38
Octal3002431370176331525370
Binary110000001010001110111110111111001111001101010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A35F; }

 p { color: rgb(192,163,95); }

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

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

 a { background-color: rgb(192,163,95); }

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

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

 span { border-color: rgb(192,163,95); }

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