Html Css Color HEX #C17381 Tapestry

📋 copy color: '#C17381'

red 193 ◦ green 115 ◦ blue 129

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

Shades of Tapestry #C17381

Tints of Tapestry #C17381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.52%

R = 44.16%
G = 26.32%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C17381 (or 0xC17381) is known color: Tapestry. HEX triplet: C1, 73 and 81. RGB value is (193,115,129). Sum of RGB (Red+Green+Blue) = 193+115+129=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C17381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17381 is #3E8C7E. Grayscale: #8B8B8B. Windows color (decimal): -4099199 or 8483777. OLE color: 8483777.

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

Color convert

RGB 193 115 129 -
CMYK 0 0.40 0.33 0.24
HSL 349.23º 0.39% 0.6% -
HSV(B) 349.23º 0.4% 0.76% -
XYZ 32.09 25.18 23.94 -
YUV 139.92 121.84 165.86 -
System Red Green Blue C M Y K H S L
Decimal 193 115 129 0 0.40 0.33 0.24 349.23 0.39 0.6
Hex C1 73 81 0 28 21 18 15D 27 3C
Octal 301 163 201 0 50 41 30 535 47 74
Binary 11000001 1110011 10000001 0 101000 100001 11000 101011101 100111 111100

Color Harmonies of #C17381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17381

Black with #C17381

Text Example


Text Example

White with #C17381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17381; }

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

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

background-color css

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

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

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

border-color css

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

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

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