Html Css Color HEX #C16978 Tapestry

📋 copy color: '#C16978'

red 193 ◦ green 105 ◦ blue 120

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

Shades of Tapestry #C16978

Tints of Tapestry #C16978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.12%

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

R = 46.17%
G = 25.12%
B = 28.71%

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

#C16978 (or 0xC16978) is known color: Tapestry. HEX triplet: C1, 69 and 78. RGB value is (193,105,120). Sum of RGB (Red+Green+Blue) = 193+105+120=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C16978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16978 is #3E9687. Grayscale: #858585. Windows color (decimal): -4101768 or 7891393. OLE color: 7891393.

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

Color convert

RGB 193 105 120 -
CMYK 0 0.46 0.38 0.24
HSL 349.77º 0.42% 0.58% -
HSV(B) 349.77º 0.46% 0.76% -
XYZ 30.43 22.8 20.57 -
YUV 133.02 120.65 170.78 -
System Red Green Blue C M Y K H S L
Decimal 193 105 120 0 0.46 0.38 0.24 349.77 0.42 0.58
Hex C1 69 78 0 2E 26 18 15E 2A 3A
Octal 301 151 170 0 56 46 30 536 52 72
Binary 11000001 1101001 1111000 0 101110 100110 11000 101011110 101010 111010

Color Harmonies of #C16978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16978

Black with #C16978

Text Example


Text Example

White with #C16978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16978; }

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

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

background-color css

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

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

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

border-color css

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

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

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