Html Css Color HEX #C0A363 Laser

📋 copy color: '#C0A363'

red 192 ◦ green 163 ◦ blue 99

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

Shades of Laser #C0A363

Tints of Laser #C0A363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.81%

R = 42.29%
G = 35.9%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0A363 (or 0xC0A363) is known color: Laser. HEX triplet: C0, A3 and 63. RGB value is (192,163,99). Sum of RGB (Red+Green+Blue) = 192+163+99=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A363 is #3F5C9C. Grayscale: #A4A4A4. Windows color (decimal): -4152477 or 6529984. OLE color: 6529984.

HSL color Cylindrical-coordinate representation of color #C0A363: hue angle of 41.29º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0A363 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 163 99 -
CMYK 0 0.15 0.48 0.25
HSL 41.29º 0.42% 0.57% -
HSV(B) 41.29º 0.48% 0.75% -
XYZ 37.09 38.3 17.24 -
YUV 164.38 91.11 147.7 -
System Red Green Blue C M Y K H S L
Decimal 192 163 99 0 0.15 0.48 0.25 41.29 0.42 0.57
Hex C0 A3 63 0 F 30 19 29 2A 39
Octal 300 243 143 0 17 60 31 51 52 71
Binary 11000000 10100011 1100011 0 1111 110000 11001 101001 101010 111001

Color Harmonies of #C0A363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A363

Black with #C0A363

Text Example


Text Example

White with #C0A363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A363; }

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

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

background-color css

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

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

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

border-color css

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

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

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