Html Css Color HEX #C17281 Tapestry

📋 copy color: '#C17281'

red 193 ◦ green 114 ◦ blue 129

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

Shades of Tapestry #C17281

Tints of Tapestry #C17281

RGB

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

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

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

R = 44.27%
G = 26.15%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C17281 (or 0xC17281) is known color: Tapestry. HEX triplet: C1, 72 and 81. RGB value is (193,114,129). Sum of RGB (Red+Green+Blue) = 193+114+129=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C17281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17281 is #3E8D7E. Grayscale: #8B8B8B. Windows color (decimal): -4099455 or 8483521. OLE color: 8483521.

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

Color convert

RGB 193 114 129 -
CMYK 0 0.41 0.33 0.24
HSL 348.61º 0.39% 0.6% -
HSV(B) 348.61º 0.41% 0.76% -
XYZ 31.97 24.96 23.9 -
YUV 139.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 193 114 129 0 0.41 0.33 0.24 348.61 0.39 0.6
Hex C1 72 81 0 29 21 18 15D 27 3C
Octal 301 162 201 0 51 41 30 535 47 74
Binary 11000001 1110010 10000001 0 101001 100001 11000 101011101 100111 111100

Color Harmonies of #C17281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17281

Black with #C17281

Text Example


Text Example

White with #C17281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17281; }

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

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

background-color css

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

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

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

border-color css

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

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

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