Html Css Color HEX #C17680 Tapestry

📋 copy color: '#C17680'

red 193 ◦ green 118 ◦ blue 128

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

Shades of Tapestry #C17680

Tints of Tapestry #C17680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.88%

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

R = 43.96%
G = 26.88%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C17680 (or 0xC17680) is known color: Tapestry. HEX triplet: C1, 76 and 80. RGB value is (193,118,128). Sum of RGB (Red+Green+Blue) = 193+118+128=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C17680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17680 is #3E897F. Grayscale: #8D8D8D. Windows color (decimal): -4098432 or 8419009. OLE color: 8419009.

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

Color convert

RGB 193 118 128 -
CMYK 0 0.39 0.34 0.24
HSL 352º 0.38% 0.61% -
HSV(B) 352º 0.39% 0.76% -
XYZ 32.37 25.85 23.71 -
YUV 141.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 193 118 128 0 0.39 0.34 0.24 352 0.38 0.61
Hex C1 76 80 0 27 22 18 160 26 3D
Octal 301 166 200 0 47 42 30 540 46 75
Binary 11000001 1110110 10000000 0 100111 100010 11000 101100000 100110 111101

Color Harmonies of #C17680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17680

Black with #C17680

Text Example


Text Example

White with #C17680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17680; }

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

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

background-color css

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

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

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

border-color css

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

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

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