Html Css Color HEX #C15F81 Tapestry

📋 copy color: '#C15F81'

red 193 ◦ green 95 ◦ blue 129

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

Shades of Tapestry #C15F81

Tints of Tapestry #C15F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.94%

R = 46.28%
G = 22.78%
B = 30.94%

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

#C15F81 (or 0xC15F81) is known color: Tapestry. HEX triplet: C1, 5F and 81. RGB value is (193,95,129). Sum of RGB (Red+Green+Blue) = 193+95+129=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15F81 is #3EA07E. Grayscale: #808080. Windows color (decimal): -4104319 or 8478657. OLE color: 8478657.

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

Color convert

RGB 193 95 129 -
CMYK 0 0.51 0.33 0.24
HSL 339.18º 0.44% 0.56% -
HSV(B) 339.18º 0.51% 0.76% -
XYZ 30.05 21.11 23.26 -
YUV 128.18 128.47 174.24 -
System Red Green Blue C M Y K H S L
Decimal 193 95 129 0 0.51 0.33 0.24 339.18 0.44 0.56
Hex C1 5F 81 0 33 21 18 153 2C 38
Octal 301 137 201 0 63 41 30 523 54 70
Binary 11000001 1011111 10000001 0 110011 100001 11000 101010011 101100 111000

Color Harmonies of #C15F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F81

Black with #C15F81

Text Example


Text Example

White with #C15F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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