Html Css Color HEX #C0A15E Laser

📋 copy color: '#C0A15E'

red 192 ◦ green 161 ◦ blue 94

#C0A15E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser #C0A15E

Tints of Laser #C0A15E

RGB

 RED value IS 192 (75.39% from 255) = 42.95%

 GREEN value IS 161 (63.28% from 255) = 36.02%

 BLUE value IS 94 (37.11% from 255) = 21.03%

R = 42.95%
G = 36.02%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0A15E (or 0xC0A15E) is known color: Laser. HEX triplet: C0, A1 and 5E. RGB value is (192,161,94). Sum of RGB (Red+Green+Blue) = 192+161+94=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A15E is #3F5EA1. Grayscale: #A2A2A2. Windows color (decimal): -4152994 or 6201792. OLE color: 6201792.

HSL color Cylindrical-coordinate representation of color #C0A15E: hue angle of 41.02º degrees, saturation: 0.44, 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 #C0A15E is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 161 94 -
CMYK 0 0.16 0.51 0.25
HSL 41.02º 0.44% 0.56% -
HSV(B) 41.02º 0.51% 0.75% -
XYZ 36.5 37.5 15.9 -
YUV 162.63 89.27 148.95 -
System Red Green Blue C M Y K H S L
Decimal 192 161 94 0 0.16 0.51 0.25 41.02 0.44 0.56
Hex C0 A1 5E 0 10 33 19 29 2C 38
Octal 300 241 136 0 20 63 31 51 54 70
Binary 11000000 10100001 1011110 0 10000 110011 11001 101001 101100 111000

Color Harmonies of #C0A15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A15E

Black with #C0A15E

Text Example


Text Example

White with #C0A15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A15E; }

 p { color: rgb(192,161,94); }

 H1.HeaderClassName
 {
   color: #C0A15E;
 }
 .AnyTagClassName
 {
   color: #C0A15E;
 }
</style>

background-color css

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

 a { background-color: rgb(192,161,94); }

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

border-color css

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

 span { border-color: rgb(192,161,94); }

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