Html Css Color HEX #C0A15A Laser

📋 copy color: '#C0A15A'

red 192 ◦ green 161 ◦ blue 90

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

Shades of Laser #C0A15A

Tints of Laser #C0A15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.32%

R = 43.34%
G = 36.34%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0A15A (or 0xC0A15A) is known color: Laser. HEX triplet: C0, A1 and 5A. RGB value is (192,161,90). Sum of RGB (Red+Green+Blue) = 192+161+90=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A15A is #3F5EA5. Grayscale: #A2A2A2. Windows color (decimal): -4152998 or 5939648. OLE color: 5939648.

HSL color Cylindrical-coordinate representation of color #C0A15A: hue angle of 41.76º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0A15A is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 161 90 -
CMYK 0 0.16 0.53 0.25
HSL 41.76º 0.45% 0.55% -
HSV(B) 41.76º 0.53% 0.75% -
XYZ 36.33 37.43 14.98 -
YUV 162.18 87.27 149.27 -
System Red Green Blue C M Y K H S L
Decimal 192 161 90 0 0.16 0.53 0.25 41.76 0.45 0.55
Hex C0 A1 5A 0 10 35 19 2A 2D 37
Octal 300 241 132 0 20 65 31 52 55 67
Binary 11000000 10100001 1011010 0 10000 110101 11001 101010 101101 110111

Color Harmonies of #C0A15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A15A

Black with #C0A15A

Text Example


Text Example

White with #C0A15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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