Html Css Color HEX #C16878 Tapestry

📋 copy color: '#C16878'

red 193 ◦ green 104 ◦ blue 120

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

Shades of Tapestry #C16878

Tints of Tapestry #C16878

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.94%

 BLUE value IS 120 (47.27% from 255) = 28.78%

R = 46.28%
G = 24.94%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C16878 (or 0xC16878) is known color: Tapestry. HEX triplet: C1, 68 and 78. RGB value is (193,104,120). Sum of RGB (Red+Green+Blue) = 193+104+120=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C16878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16878 is #3E9787. Grayscale: #848484. Windows color (decimal): -4102024 or 7891137. OLE color: 7891137.

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

Color convert

RGB 193 104 120 -
CMYK 0 0.46 0.38 0.24
HSL 349.21º 0.42% 0.58% -
HSV(B) 349.21º 0.46% 0.76% -
XYZ 30.33 22.59 20.53 -
YUV 132.44 120.99 171.2 -
System Red Green Blue C M Y K H S L
Decimal 193 104 120 0 0.46 0.38 0.24 349.21 0.42 0.58
Hex C1 68 78 0 2E 26 18 15D 2A 3A
Octal 301 150 170 0 56 46 30 535 52 72
Binary 11000001 1101000 1111000 0 101110 100110 11000 101011101 101010 111010

Color Harmonies of #C16878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16878

Black with #C16878

Text Example


Text Example

White with #C16878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16878; }

 p { color: rgb(193,104,120); }

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

background-color css

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

 a { background-color: rgb(193,104,120); }

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

border-color css

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

 span { border-color: rgb(193,104,120); }

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