Html Css Color HEX #C1A364 Laser

📋 copy color: '#C1A364'

red 193 ◦ green 163 ◦ blue 100

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

Shades of Laser #C1A364

Tints of Laser #C1A364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.93%

R = 42.32%
G = 35.75%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C1A364 (or 0xC1A364) is known color: Laser. HEX triplet: C1, A3 and 64. RGB value is (193,163,100). Sum of RGB (Red+Green+Blue) = 193+163+100=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A364 is #3E5C9B. Grayscale: #A5A5A5. Windows color (decimal): -4086940 or 6595521. OLE color: 6595521.

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

Color convert

RGB 193 163 100 -
CMYK 0 0.16 0.48 0.24
HSL 40.65º 0.43% 0.57% -
HSV(B) 40.65º 0.48% 0.76% -
XYZ 37.39 38.45 17.51 -
YUV 164.79 91.44 148.12 -
System Red Green Blue C M Y K H S L
Decimal 193 163 100 0 0.16 0.48 0.24 40.65 0.43 0.57
Hex C1 A3 64 0 10 30 18 29 2B 39
Octal 301 243 144 0 20 60 30 51 53 71
Binary 11000001 10100011 1100100 0 10000 110000 11000 101001 101011 111001

Color Harmonies of #C1A364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A364

Black with #C1A364

Text Example


Text Example

White with #C1A364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A364; }

 p { color: rgb(193,163,100); }

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

background-color css

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

 a { background-color: rgb(193,163,100); }

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

border-color css

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

 span { border-color: rgb(193,163,100); }

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