Html Css Color HEX #C0A05D Laser

📋 copy color: '#C0A05D'

red 192 ◦ green 160 ◦ blue 93

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

Shades of Laser #C0A05D

Tints of Laser #C0A05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.9%

R = 43.15%
G = 35.96%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0A05D (or 0xC0A05D) is known color: Laser. HEX triplet: C0, A0 and 5D. RGB value is (192,160,93). Sum of RGB (Red+Green+Blue) = 192+160+93=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A05D is #3F5FA2. Grayscale: #A2A2A2. Windows color (decimal): -4153251 or 6136000. OLE color: 6136000.

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

Color convert

RGB 192 160 93 -
CMYK 0 0.17 0.52 0.25
HSL 40.61º 0.44% 0.56% -
HSV(B) 40.61º 0.52% 0.75% -
XYZ 36.28 37.14 15.61 -
YUV 161.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 192 160 93 0 0.17 0.52 0.25 40.61 0.44 0.56
Hex C0 A0 5D 0 11 34 19 29 2C 38
Octal 300 240 135 0 21 64 31 51 54 70
Binary 11000000 10100000 1011101 0 10001 110100 11001 101001 101100 111000

Color Harmonies of #C0A05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A05D

Black with #C0A05D

Text Example


Text Example

White with #C0A05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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