Html Css Color HEX #C17087 Tapestry

📋 copy color: '#C17087'

red 193 ◦ green 112 ◦ blue 135

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

Shades of Tapestry #C17087

Tints of Tapestry #C17087

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.45%

 BLUE value IS 135 (53.13% from 255) = 30.68%

R = 43.86%
G = 25.45%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C17087 (or 0xC17087) is known color: Tapestry. HEX triplet: C1, 70 and 87. RGB value is (193,112,135). Sum of RGB (Red+Green+Blue) = 193+112+135=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C17087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17087 is #3E8F78. Grayscale: #8A8A8A. Windows color (decimal): -4099961 or 8876225. OLE color: 8876225.

HSL color Cylindrical-coordinate representation of color #C17087: hue angle of 342.96º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C17087 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 112 135 -
CMYK 0 0.42 0.30 0.24
HSL 342.96º 0.4% 0.6% -
HSV(B) 342.96º 0.42% 0.76% -
XYZ 32.16 24.68 25.99 -
YUV 138.84 125.84 166.63 -
System Red Green Blue C M Y K H S L
Decimal 193 112 135 0 0.42 0.30 0.24 342.96 0.4 0.6
Hex C1 70 87 0 2A 1E 18 157 28 3C
Octal 301 160 207 0 52 36 30 527 50 74
Binary 11000001 1110000 10000111 0 101010 11110 11000 101010111 101000 111100

Color Harmonies of #C17087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17087

Black with #C17087

Text Example


Text Example

White with #C17087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17087; }

 p { color: rgb(193,112,135); }

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

background-color css

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

 a { background-color: rgb(193,112,135); }

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

border-color css

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

 span { border-color: rgb(193,112,135); }

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