Html Css Color HEX #C1A360 Laser

📋 copy color: '#C1A360'

red 193 ◦ green 163 ◦ blue 96

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

Shades of Laser #C1A360

Tints of Laser #C1A360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.24%

R = 42.7%
G = 36.06%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C1A360 (or 0xC1A360) is known color: Laser. HEX triplet: C1, A3 and 60. RGB value is (193,163,96). Sum of RGB (Red+Green+Blue) = 193+163+96=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A360 is #3E5C9F. Grayscale: #A4A4A4. Windows color (decimal): -4086944 or 6333377. OLE color: 6333377.

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

Color convert

RGB 193 163 96 -
CMYK 0 0.16 0.50 0.24
HSL 41.44º 0.44% 0.57% -
HSV(B) 41.44º 0.5% 0.76% -
XYZ 37.2 38.38 16.51 -
YUV 164.33 89.44 148.45 -
System Red Green Blue C M Y K H S L
Decimal 193 163 96 0 0.16 0.50 0.24 41.44 0.44 0.57
Hex C1 A3 60 0 10 32 18 29 2C 39
Octal 301 243 140 0 20 62 30 51 54 71
Binary 11000001 10100011 1100000 0 10000 110010 11000 101001 101100 111001

Color Harmonies of #C1A360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A360

Black with #C1A360

Text Example


Text Example

White with #C1A360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A360; }

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

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

background-color css

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

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

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

border-color css

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

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

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