Html Css Color HEX #C16676 Tapestry

📋 copy color: '#C16676'

red 193 ◦ green 102 ◦ blue 118

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

Shades of Tapestry #C16676

Tints of Tapestry #C16676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.7%

 BLUE value IS 118 (46.48% from 255) = 28.57%

R = 46.73%
G = 24.7%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C16676 (or 0xC16676) is known color: Tapestry. HEX triplet: C1, 66 and 76. RGB value is (193,102,118). Sum of RGB (Red+Green+Blue) = 193+102+118=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C16676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16676 is #3E9989. Grayscale: #838383. Windows color (decimal): -4102538 or 7759553. OLE color: 7759553.

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

Color convert

RGB 193 102 118 -
CMYK 0 0.47 0.39 0.24
HSL 349.45º 0.42% 0.58% -
HSV(B) 349.45º 0.47% 0.76% -
XYZ 30.01 22.15 19.83 -
YUV 131.03 120.65 172.2 -
System Red Green Blue C M Y K H S L
Decimal 193 102 118 0 0.47 0.39 0.24 349.45 0.42 0.58
Hex C1 66 76 0 2F 27 18 15D 2A 3A
Octal 301 146 166 0 57 47 30 535 52 72
Binary 11000001 1100110 1110110 0 101111 100111 11000 101011101 101010 111010

Color Harmonies of #C16676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16676

Black with #C16676

Text Example


Text Example

White with #C16676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16676; }

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

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

background-color css

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

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

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

border-color css

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

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

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