Html Css Color HEX #C17081 Tapestry

📋 copy color: '#C17081'

red 193 ◦ green 112 ◦ blue 129

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

Shades of Tapestry #C17081

Tints of Tapestry #C17081

RGB

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

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

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

R = 44.47%
G = 25.81%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C17081 (or 0xC17081) is known color: Tapestry. HEX triplet: C1, 70 and 81. RGB value is (193,112,129). Sum of RGB (Red+Green+Blue) = 193+112+129=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C17081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17081 is #3E8F7E. Grayscale: #8A8A8A. Windows color (decimal): -4099967 or 8483009. OLE color: 8483009.

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

Color convert

RGB 193 112 129 -
CMYK 0 0.42 0.33 0.24
HSL 347.41º 0.4% 0.6% -
HSV(B) 347.41º 0.42% 0.76% -
XYZ 31.75 24.51 23.83 -
YUV 138.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 193 112 129 0 0.42 0.33 0.24 347.41 0.4 0.6
Hex C1 70 81 0 2A 21 18 15B 28 3C
Octal 301 160 201 0 52 41 30 533 50 74
Binary 11000001 1110000 10000001 0 101010 100001 11000 101011011 101000 111100

Color Harmonies of #C17081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17081

Black with #C17081

Text Example


Text Example

White with #C17081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17081; }

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

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

background-color css

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

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

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

border-color css

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

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

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