Html Css Color HEX #C17080 Tapestry

📋 copy color: '#C17080'

red 193 ◦ green 112 ◦ blue 128

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

Shades of Tapestry #C17080

Tints of Tapestry #C17080

RGB

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

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

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

R = 44.57%
G = 25.87%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C17080 (or 0xC17080) is known color: Tapestry. HEX triplet: C1, 70 and 80. RGB value is (193,112,128). Sum of RGB (Red+Green+Blue) = 193+112+128=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C17080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17080 is #3E8F7F. Grayscale: #8A8A8A. Windows color (decimal): -4099968 or 8417473. OLE color: 8417473.

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

Color convert

RGB 193 112 128 -
CMYK 0 0.42 0.34 0.24
HSL 348.15º 0.4% 0.6% -
HSV(B) 348.15º 0.42% 0.76% -
XYZ 31.68 24.48 23.48 -
YUV 138.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 193 112 128 0 0.42 0.34 0.24 348.15 0.4 0.6
Hex C1 70 80 0 2A 22 18 15C 28 3C
Octal 301 160 200 0 52 42 30 534 50 74
Binary 11000001 1110000 10000000 0 101010 100010 11000 101011100 101000 111100

Color Harmonies of #C17080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17080

Black with #C17080

Text Example


Text Example

White with #C17080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17080; }

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

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

background-color css

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

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

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

border-color css

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

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

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