Html Css Color HEX #C15F83 Tapestry

📋 copy color: '#C15F83'

red 193 ◦ green 95 ◦ blue 131

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

Shades of Tapestry #C15F83

Tints of Tapestry #C15F83

RGB

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

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

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

R = 46.06%
G = 22.67%
B = 31.26%

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

#C15F83 (or 0xC15F83) is known color: Tapestry. HEX triplet: C1, 5F and 83. RGB value is (193,95,131). Sum of RGB (Red+Green+Blue) = 193+95+131=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15F83 is #3EA07C. Grayscale: #808080. Windows color (decimal): -4104317 or 8609729. OLE color: 8609729.

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

Color convert

RGB 193 95 131 -
CMYK 0 0.51 0.32 0.24
HSL 337.96º 0.44% 0.56% -
HSV(B) 337.96º 0.51% 0.76% -
XYZ 30.18 21.16 23.97 -
YUV 128.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 193 95 131 0 0.51 0.32 0.24 337.96 0.44 0.56
Hex C1 5F 83 0 33 20 18 152 2C 38
Octal 301 137 203 0 63 40 30 522 54 70
Binary 11000001 1011111 10000011 0 110011 100000 11000 101010010 101100 111000

Color Harmonies of #C15F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F83

Black with #C15F83

Text Example


Text Example

White with #C15F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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