#C0A867

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

Shades of Laser #C0A867

Tints of Laser #C0A867

Color information

#C0A867 (or 0xC0A867) is unknown color: approx Laser. HEX triplet: C0, A8 and 67. RGB value is (192,168,103). Sum of RGB (Red+Green+Blue) = 192+168+103=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A867 is #3F5798. Grayscale: #A8A8A8. Windows color (decimal): -4151193 or 6793408. OLE color: 6793408.

HSL color Cylindrical-coordinate representation of color #C0A867: hue angle of 43.82º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0A867 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB192168103-
CMYK00.120.460.25
HSL43.82º41.4%57.84%-
HSV(B)43.82º46.35%75.29%-
XYZ38.1940.1918.58-
YUV167.7791.45145.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.47%
GREEN value IS 168 (66.02% from 255) = 36.29%
BLUE value IS 103 (40.62% from 255) = 22.25%
R=41.47%
G=36.29%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216810300.120.460.2543.8241.457.84
HexC0A8670C2E192c293a
Octal3002501470145631545172
Binary110000001010100011001110110010111011001101100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A867; }

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

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

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

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

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

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

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

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