Html Css Color HEX #C0A063 Laser

📋 copy color: '#C0A063'

red 192 ◦ green 160 ◦ blue 99

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

Shades of Laser #C0A063

Tints of Laser #C0A063

RGB

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

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

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

R = 42.57%
G = 35.48%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0A063 (or 0xC0A063) is known color: Laser. HEX triplet: C0, A0 and 63. RGB value is (192,160,99). Sum of RGB (Red+Green+Blue) = 192+160+99=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A063 is #3F5F9C. Grayscale: #A2A2A2. Windows color (decimal): -4153245 or 6529216. OLE color: 6529216.

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

Color convert

RGB 192 160 99 -
CMYK 0 0.17 0.48 0.25
HSL 39.35º 0.42% 0.57% -
HSV(B) 39.35º 0.48% 0.75% -
XYZ 36.56 37.25 17.07 -
YUV 162.61 92.1 148.96 -
System Red Green Blue C M Y K H S L
Decimal 192 160 99 0 0.17 0.48 0.25 39.35 0.42 0.57
Hex C0 A0 63 0 11 30 19 27 2A 39
Octal 300 240 143 0 21 60 31 47 52 71
Binary 11000000 10100000 1100011 0 10001 110000 11001 100111 101010 111001

Color Harmonies of #C0A063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A063

Black with #C0A063

Text Example


Text Example

White with #C0A063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A063; }

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

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

background-color css

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

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

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

border-color css

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

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

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