Html Css Color HEX #C0A356 Laser

📋 copy color: '#C0A356'

red 192 ◦ green 163 ◦ blue 86

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

Shades of Laser #C0A356

Tints of Laser #C0A356

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.96%

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

R = 43.54%
G = 36.96%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C0A356 (or 0xC0A356) is known color: Laser. HEX triplet: C0, A3 and 56. RGB value is (192,163,86). Sum of RGB (Red+Green+Blue) = 192+163+86=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A356 is #3F5CA9. Grayscale: #A3A3A3. Windows color (decimal): -4152490 or 5678016. OLE color: 5678016.

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

Color convert

RGB 192 163 86 -
CMYK 0 0.15 0.55 0.25
HSL 43.58º 0.46% 0.55% -
HSV(B) 43.58º 0.55% 0.75% -
XYZ 36.52 38.07 14.23 -
YUV 162.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 192 163 86 0 0.15 0.55 0.25 43.58 0.46 0.55
Hex C0 A3 56 0 F 37 19 2C 2E 37
Octal 300 243 126 0 17 67 31 54 56 67
Binary 11000000 10100011 1010110 0 1111 110111 11001 101100 101110 110111

Color Harmonies of #C0A356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A356

Black with #C0A356

Text Example


Text Example

White with #C0A356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A356; }

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

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

background-color css

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

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

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

border-color css

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

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

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