Html Css Color HEX #C1A15E Laser

📋 copy color: '#C1A15E'

red 193 ◦ green 161 ◦ blue 94

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

Shades of Laser #C1A15E

Tints of Laser #C1A15E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.94%

 BLUE value IS 94 (37.11% from 255) = 20.98%

R = 43.08%
G = 35.94%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1A15E (or 0xC1A15E) is known color: Laser. HEX triplet: C1, A1 and 5E. RGB value is (193,161,94). Sum of RGB (Red+Green+Blue) = 193+161+94=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A15E is #3E5EA1. Grayscale: #A3A3A3. Windows color (decimal): -4087458 or 6201793. OLE color: 6201793.

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

Color convert

RGB 193 161 94 -
CMYK 0 0.17 0.51 0.24
HSL 40.61º 0.44% 0.56% -
HSV(B) 40.61º 0.51% 0.76% -
XYZ 36.76 37.64 15.92 -
YUV 162.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 193 161 94 0 0.17 0.51 0.24 40.61 0.44 0.56
Hex C1 A1 5E 0 11 33 18 29 2C 38
Octal 301 241 136 0 21 63 30 51 54 70
Binary 11000001 10100001 1011110 0 10001 110011 11000 101001 101100 111000

Color Harmonies of #C1A15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A15E

Black with #C1A15E

Text Example


Text Example

White with #C1A15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A15E; }

 p { color: rgb(193,161,94); }

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

background-color css

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

 a { background-color: rgb(193,161,94); }

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

border-color css

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

 span { border-color: rgb(193,161,94); }

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