Html Css Color HEX #C17280 Tapestry

📋 copy color: '#C17280'

red 193 ◦ green 114 ◦ blue 128

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

Shades of Tapestry #C17280

Tints of Tapestry #C17280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.21%

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

R = 44.37%
G = 26.21%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C17280 (or 0xC17280) is known color: Tapestry. HEX triplet: C1, 72 and 80. RGB value is (193,114,128). Sum of RGB (Red+Green+Blue) = 193+114+128=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C17280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17280 is #3E8D7F. Grayscale: #8B8B8B. Windows color (decimal): -4099456 or 8417985. OLE color: 8417985.

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

Color convert

RGB 193 114 128 -
CMYK 0 0.41 0.34 0.24
HSL 349.37º 0.39% 0.6% -
HSV(B) 349.37º 0.41% 0.76% -
XYZ 31.91 24.93 23.55 -
YUV 139.22 121.67 166.36 -
System Red Green Blue C M Y K H S L
Decimal 193 114 128 0 0.41 0.34 0.24 349.37 0.39 0.6
Hex C1 72 80 0 29 22 18 15D 27 3C
Octal 301 162 200 0 51 42 30 535 47 74
Binary 11000001 1110010 10000000 0 101001 100010 11000 101011101 100111 111100

Color Harmonies of #C17280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17280

Black with #C17280

Text Example


Text Example

White with #C17280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17280; }

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

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

background-color css

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

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

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

border-color css

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

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

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