Html Css Color HEX #C15F7D Tapestry

📋 copy color: '#C15F7D'

red 193 ◦ green 95 ◦ blue 125

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

Shades of Tapestry #C15F7D

Tints of Tapestry #C15F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 46.73%
G = 23%
B = 30.27%

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

#C15F7D (or 0xC15F7D) is known color: Tapestry. HEX triplet: C1, 5F and 7D. RGB value is (193,95,125). Sum of RGB (Red+Green+Blue) = 193+95+125=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15F7D is #3EA082. Grayscale: #7F7F7F. Windows color (decimal): -4104323 or 8216513. OLE color: 8216513.

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

Color convert

RGB 193 95 125 -
CMYK 0 0.51 0.35 0.24
HSL 341.63º 0.44% 0.56% -
HSV(B) 341.63º 0.51% 0.76% -
XYZ 29.79 21 21.89 -
YUV 127.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 193 95 125 0 0.51 0.35 0.24 341.63 0.44 0.56
Hex C1 5F 7D 0 33 23 18 156 2C 38
Octal 301 137 175 0 63 43 30 526 54 70
Binary 11000001 1011111 1111101 0 110011 100011 11000 101010110 101100 111000

Color Harmonies of #C15F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F7D

Black with #C15F7D

Text Example


Text Example

White with #C15F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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