Html Css Color HEX #C15E82 Tapestry

📋 copy color: '#C15E82'

red 193 ◦ green 94 ◦ blue 130

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

Shades of Tapestry #C15E82

Tints of Tapestry #C15E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.18%

R = 46.28%
G = 22.54%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C15E82 (or 0xC15E82) is known color: Tapestry. HEX triplet: C1, 5E and 82. RGB value is (193,94,130). Sum of RGB (Red+Green+Blue) = 193+94+130=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15E82 is #3EA17D. Grayscale: #7F7F7F. Windows color (decimal): -4104574 or 8543937. OLE color: 8543937.

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

Color convert

RGB 193 94 130 -
CMYK 0 0.51 0.33 0.24
HSL 338.18º 0.44% 0.56% -
HSV(B) 338.18º 0.51% 0.76% -
XYZ 30.02 20.95 23.58 -
YUV 127.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 193 94 130 0 0.51 0.33 0.24 338.18 0.44 0.56
Hex C1 5E 82 0 33 21 18 152 2C 38
Octal 301 136 202 0 63 41 30 522 54 70
Binary 11000001 1011110 10000010 0 110011 100001 11000 101010010 101100 111000

Color Harmonies of #C15E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15E82

Black with #C15E82

Text Example


Text Example

White with #C15E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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