Html Css Color HEX #C1A063 Laser

📋 copy color: '#C1A063'

red 193 ◦ green 160 ◦ blue 99

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

Shades of Laser #C1A063

Tints of Laser #C1A063

RGB

 RED value IS 193 (75.78% from 255) = 42.7%

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

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

R = 42.7%
G = 35.4%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C1A063 (or 0xC1A063) is known color: Laser. HEX triplet: C1, A0 and 63. RGB value is (193,160,99). Sum of RGB (Red+Green+Blue) = 193+160+99=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A063 is #3E5F9C. Grayscale: #A3A3A3. Windows color (decimal): -4087709 or 6529217. OLE color: 6529217.

HSL color Cylindrical-coordinate representation of color #C1A063: hue angle of 38.94º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1A063 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 160 99 -
CMYK 0 0.17 0.49 0.24
HSL 38.94º 0.43% 0.57% -
HSV(B) 38.94º 0.49% 0.76% -
XYZ 36.82 37.38 17.08 -
YUV 162.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 193 160 99 0 0.17 0.49 0.24 38.94 0.43 0.57
Hex C1 A0 63 0 11 31 18 27 2B 39
Octal 301 240 143 0 21 61 30 47 53 71
Binary 11000001 10100000 1100011 0 10001 110001 11000 100111 101011 111001

Color Harmonies of #C1A063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A063

Black with #C1A063

Text Example


Text Example

White with #C1A063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A063; }

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

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

background-color css

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

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

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

border-color css

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

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

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