Html Css Color HEX #C1A863 Laser

📋 copy color: '#C1A863'

red 193 ◦ green 168 ◦ blue 99

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

Shades of Laser #C1A863

Tints of Laser #C1A863

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.52%

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

R = 41.96%
G = 36.52%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C1A863 (or 0xC1A863) is known color: Laser. HEX triplet: C1, A8 and 63. RGB value is (193,168,99). Sum of RGB (Red+Green+Blue) = 193+168+99=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A863 is #3E579C. Grayscale: #A7A7A7. Windows color (decimal): -4085661 or 6531265. OLE color: 6531265.

HSL color Cylindrical-coordinate representation of color #C1A863: hue angle of 44.04º 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 #C1A863 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 168 99 -
CMYK 0 0.13 0.49 0.24
HSL 44.04º 0.43% 0.57% -
HSV(B) 44.04º 0.49% 0.76% -
XYZ 38.25 40.24 17.56 -
YUV 167.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 193 168 99 0 0.13 0.49 0.24 44.04 0.43 0.57
Hex C1 A8 63 0 D 31 18 2C 2B 39
Octal 301 250 143 0 15 61 30 54 53 71
Binary 11000001 10101000 1100011 0 1101 110001 11000 101100 101011 111001

Color Harmonies of #C1A863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A863

Black with #C1A863

Text Example


Text Example

White with #C1A863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A863; }

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

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

background-color css

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

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

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

border-color css

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

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

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