Html Css Color HEX #C15F80 Tapestry

📋 copy color: '#C15F80'

red 193 ◦ green 95 ◦ blue 128

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

Shades of Tapestry #C15F80

Tints of Tapestry #C15F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.84%

 BLUE value IS 128 (50.39% from 255) = 30.77%

R = 46.39%
G = 22.84%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C15F80 (or 0xC15F80) is known color: Tapestry. HEX triplet: C1, 5F and 80. RGB value is (193,95,128). Sum of RGB (Red+Green+Blue) = 193+95+128=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15F80 is #3EA07F. Grayscale: #808080. Windows color (decimal): -4104320 or 8413121. OLE color: 8413121.

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

Color convert

RGB 193 95 128 -
CMYK 0 0.51 0.34 0.24
HSL 339.8º 0.44% 0.56% -
HSV(B) 339.8º 0.51% 0.76% -
XYZ 29.98 21.08 22.91 -
YUV 128.06 127.97 174.32 -
System Red Green Blue C M Y K H S L
Decimal 193 95 128 0 0.51 0.34 0.24 339.8 0.44 0.56
Hex C1 5F 80 0 33 22 18 154 2C 38
Octal 301 137 200 0 63 42 30 524 54 70
Binary 11000001 1011111 10000000 0 110011 100010 11000 101010100 101100 111000

Color Harmonies of #C15F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F80

Black with #C15F80

Text Example


Text Example

White with #C15F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F80; }

 p { color: rgb(193,95,128); }

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

background-color css

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

 a { background-color: rgb(193,95,128); }

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

border-color css

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

 span { border-color: rgb(193,95,128); }

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