Html Css Color HEX #C15E83 Tapestry

📋 copy color: '#C15E83'

red 193 ◦ green 94 ◦ blue 131

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

Shades of Tapestry #C15E83

Tints of Tapestry #C15E83

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.49%

 BLUE value IS 131 (51.56% from 255) = 31.34%

R = 46.17%
G = 22.49%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C15E83 (or 0xC15E83) is known color: Tapestry. HEX triplet: C1, 5E and 83. RGB value is (193,94,131). Sum of RGB (Red+Green+Blue) = 193+94+131=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15E83 is #3EA17C. Grayscale: #7F7F7F. Windows color (decimal): -4104573 or 8609473. OLE color: 8609473.

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

Color convert

RGB 193 94 131 -
CMYK 0 0.51 0.32 0.24
HSL 337.58º 0.44% 0.56% -
HSV(B) 337.58º 0.51% 0.76% -
XYZ 30.09 20.98 23.94 -
YUV 127.82 129.8 174.49 -
System Red Green Blue C M Y K H S L
Decimal 193 94 131 0 0.51 0.32 0.24 337.58 0.44 0.56
Hex C1 5E 83 0 33 20 18 152 2C 38
Octal 301 136 203 0 63 40 30 522 54 70
Binary 11000001 1011110 10000011 0 110011 100000 11000 101010010 101100 111000

Color Harmonies of #C15E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15E83

Black with #C15E83

Text Example


Text Example

White with #C15E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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