Html Css Color HEX #C0A05E Laser

📋 copy color: '#C0A05E'

red 192 ◦ green 160 ◦ blue 94

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

Shades of Laser #C0A05E

Tints of Laser #C0A05E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.87%

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

R = 43.05%
G = 35.87%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0A05E (or 0xC0A05E) is known color: Laser. HEX triplet: C0, A0 and 5E. RGB value is (192,160,94). Sum of RGB (Red+Green+Blue) = 192+160+94=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A05E is #3F5FA1. Grayscale: #A2A2A2. Windows color (decimal): -4153250 or 6201536. OLE color: 6201536.

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

Color convert

RGB 192 160 94 -
CMYK 0 0.17 0.51 0.25
HSL 40.41º 0.44% 0.56% -
HSV(B) 40.41º 0.51% 0.75% -
XYZ 36.33 37.16 15.85 -
YUV 162.04 89.6 149.37 -
System Red Green Blue C M Y K H S L
Decimal 192 160 94 0 0.17 0.51 0.25 40.41 0.44 0.56
Hex C0 A0 5E 0 11 33 19 28 2C 38
Octal 300 240 136 0 21 63 31 50 54 70
Binary 11000000 10100000 1011110 0 10001 110011 11001 101000 101100 111000

Color Harmonies of #C0A05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A05E

Black with #C0A05E

Text Example


Text Example

White with #C0A05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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