Html Css Color HEX #C0A056 Laser

📋 copy color: '#C0A056'

red 192 ◦ green 160 ◦ blue 86

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

Shades of Laser #C0A056

Tints of Laser #C0A056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.63%

R = 43.84%
G = 36.53%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C0A056 (or 0xC0A056) is known color: Laser. HEX triplet: C0, A0 and 56. RGB value is (192,160,86). Sum of RGB (Red+Green+Blue) = 192+160+86=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A056 is #3F5FA9. Grayscale: #A1A1A1. Windows color (decimal): -4153258 or 5677248. OLE color: 5677248.

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

Color convert

RGB 192 160 86 -
CMYK 0 0.17 0.55 0.25
HSL 41.89º 0.46% 0.55% -
HSV(B) 41.89º 0.55% 0.75% -
XYZ 35.99 37.02 14.05 -
YUV 161.13 85.6 150.02 -
System Red Green Blue C M Y K H S L
Decimal 192 160 86 0 0.17 0.55 0.25 41.89 0.46 0.55
Hex C0 A0 56 0 11 37 19 2A 2E 37
Octal 300 240 126 0 21 67 31 52 56 67
Binary 11000000 10100000 1010110 0 10001 110111 11001 101010 101110 110111

Color Harmonies of #C0A056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A056

Black with #C0A056

Text Example


Text Example

White with #C0A056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A056; }

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

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

background-color css

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

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

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

border-color css

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

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

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