#C0A76C

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

Shades of Laser #C0A76C

Tints of Laser #C0A76C

Color information

#C0A76C (or 0xC0A76C) is unknown color: approx Laser. HEX triplet: C0, A7 and 6C. RGB value is (192,167,108). Sum of RGB (Red+Green+Blue) = 192+167+108=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A76C is #3F5893. Grayscale: #A8A8A8. Windows color (decimal): -4151444 or 7120832. OLE color: 7120832.

HSL color Cylindrical-coordinate representation of color #C0A76C: hue angle of 42.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0A76C is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB192167108-
CMYK00.130.440.25
HSL42.14º40%58.82%-
HSV(B)42.14º43.75%75.29%-
XYZ38.2639.9319.88-
YUV167.7594.28145.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.11%
GREEN value IS 167 (65.62% from 255) = 35.76%
BLUE value IS 108 (42.58% from 255) = 23.13%
R=41.11%
G=35.76%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216710800.130.440.2542.144058.82
HexC0A76C0D2C192a283b
Octal3002471540155431525073
Binary110000001010011111011000110110110011001101010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A76C; }

 p { color: rgb(192,167,108); }

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

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

 a { background-color: rgb(192,167,108); }

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

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

 span { border-color: rgb(192,167,108); }

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