Html Css Color HEX #C15F7B Tapestry

📋 copy color: '#C15F7B'

red 193 ◦ green 95 ◦ blue 123

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

Shades of Tapestry #C15F7B

Tints of Tapestry #C15F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.93%

R = 46.96%
G = 23.11%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C15F7B (or 0xC15F7B) is known color: Tapestry. HEX triplet: C1, 5F and 7B. RGB value is (193,95,123). Sum of RGB (Red+Green+Blue) = 193+95+123=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15F7B is #3EA084. Grayscale: #7F7F7F. Windows color (decimal): -4104325 or 8085441. OLE color: 8085441.

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

Color convert

RGB 193 95 123 -
CMYK 0 0.51 0.36 0.24
HSL 342.86º 0.44% 0.56% -
HSV(B) 342.86º 0.51% 0.76% -
XYZ 29.66 20.95 21.22 -
YUV 127.49 125.47 174.72 -
System Red Green Blue C M Y K H S L
Decimal 193 95 123 0 0.51 0.36 0.24 342.86 0.44 0.56
Hex C1 5F 7B 0 33 24 18 157 2C 38
Octal 301 137 173 0 63 44 30 527 54 70
Binary 11000001 1011111 1111011 0 110011 100100 11000 101010111 101100 111000

Color Harmonies of #C15F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F7B

Black with #C15F7B

Text Example


Text Example

White with #C15F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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