Html Css Color HEX #C17380 Tapestry

📋 copy color: '#C17380'

red 193 ◦ green 115 ◦ blue 128

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

Shades of Tapestry #C17380

Tints of Tapestry #C17380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.38%

 BLUE value IS 128 (50.39% from 255) = 29.36%

R = 44.27%
G = 26.38%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C17380 (or 0xC17380) is known color: Tapestry. HEX triplet: C1, 73 and 80. RGB value is (193,115,128). Sum of RGB (Red+Green+Blue) = 193+115+128=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C17380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17380 is #3E8C7F. Grayscale: #8B8B8B. Windows color (decimal): -4099200 or 8418241. OLE color: 8418241.

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

Color convert

RGB 193 115 128 -
CMYK 0 0.40 0.34 0.24
HSL 350º 0.39% 0.6% -
HSV(B) 350º 0.4% 0.76% -
XYZ 32.02 25.16 23.59 -
YUV 139.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 193 115 128 0 0.40 0.34 0.24 350 0.39 0.6
Hex C1 73 80 0 28 22 18 15E 27 3C
Octal 301 163 200 0 50 42 30 536 47 74
Binary 11000001 1110011 10000000 0 101000 100010 11000 101011110 100111 111100

Color Harmonies of #C17380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17380

Black with #C17380

Text Example


Text Example

White with #C17380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17380; }

 p { color: rgb(193,115,128); }

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

background-color css

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

 a { background-color: rgb(193,115,128); }

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

border-color css

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

 span { border-color: rgb(193,115,128); }

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