Html Css Color HEX #C15F7E Tapestry

📋 copy color: '#C15F7E'

red 193 ◦ green 95 ◦ blue 126

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

Shades of Tapestry #C15F7E

Tints of Tapestry #C15F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.43%

R = 46.62%
G = 22.95%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C15F7E (or 0xC15F7E) is known color: Tapestry. HEX triplet: C1, 5F and 7E. RGB value is (193,95,126). Sum of RGB (Red+Green+Blue) = 193+95+126=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15F7E is #3EA081. Grayscale: #7F7F7F. Windows color (decimal): -4104322 or 8282049. OLE color: 8282049.

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

Color convert

RGB 193 95 126 -
CMYK 0 0.51 0.35 0.24
HSL 341.02º 0.44% 0.56% -
HSV(B) 341.02º 0.51% 0.76% -
XYZ 29.85 21.03 22.22 -
YUV 127.84 126.97 174.48 -
System Red Green Blue C M Y K H S L
Decimal 193 95 126 0 0.51 0.35 0.24 341.02 0.44 0.56
Hex C1 5F 7E 0 33 23 18 155 2C 38
Octal 301 137 176 0 63 43 30 525 54 70
Binary 11000001 1011111 1111110 0 110011 100011 11000 101010101 101100 111000

Color Harmonies of #C15F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F7E

Black with #C15F7E

Text Example


Text Example

White with #C15F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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