Html Css Color HEX #C0A15B Laser

📋 copy color: '#C0A15B'

red 192 ◦ green 161 ◦ blue 91

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

Shades of Laser #C0A15B

Tints of Laser #C0A15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.5%

R = 43.24%
G = 36.26%
B = 20.5%

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

#C0A15B (or 0xC0A15B) is known color: Laser. HEX triplet: C0, A1 and 5B. RGB value is (192,161,91). Sum of RGB (Red+Green+Blue) = 192+161+91=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A15B is #3F5EA4. Grayscale: #A2A2A2. Windows color (decimal): -4152997 or 6005184. OLE color: 6005184.

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

Color convert

RGB 192 161 91 -
CMYK 0 0.16 0.53 0.25
HSL 41.58º 0.44% 0.55% -
HSV(B) 41.58º 0.53% 0.75% -
XYZ 36.37 37.45 15.21 -
YUV 162.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 192 161 91 0 0.16 0.53 0.25 41.58 0.44 0.55
Hex C0 A1 5B 0 10 35 19 2A 2C 37
Octal 300 241 133 0 20 65 31 52 54 67
Binary 11000000 10100001 1011011 0 10000 110101 11001 101010 101100 110111

Color Harmonies of #C0A15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A15B

Black with #C0A15B

Text Example


Text Example

White with #C0A15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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