Html Css Color HEX #C16E7E Tapestry

📋 copy color: '#C16E7E'

red 193 ◦ green 110 ◦ blue 126

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

Shades of Tapestry #C16E7E

Tints of Tapestry #C16E7E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.64%

 BLUE value IS 126 (49.61% from 255) = 29.37%

R = 44.99%
G = 25.64%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C16E7E (or 0xC16E7E) is known color: Tapestry. HEX triplet: C1, 6E and 7E. RGB value is (193,110,126). Sum of RGB (Red+Green+Blue) = 193+110+126=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16E7E is #3E9181. Grayscale: #888888. Windows color (decimal): -4100482 or 8285889. OLE color: 8285889.

HSL color Cylindrical-coordinate representation of color #C16E7E: hue angle of 348.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C16E7E is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 110 126 -
CMYK 0 0.43 0.35 0.24
HSL 348.43º 0.4% 0.59% -
HSV(B) 348.43º 0.43% 0.76% -
XYZ 31.33 24 22.72 -
YUV 136.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 193 110 126 0 0.43 0.35 0.24 348.43 0.4 0.59
Hex C1 6E 7E 0 2B 23 18 15C 28 3B
Octal 301 156 176 0 53 43 30 534 50 73
Binary 11000001 1101110 1111110 0 101011 100011 11000 101011100 101000 111011

Color Harmonies of #C16E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16E7E

Black with #C16E7E

Text Example


Text Example

White with #C16E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16E7E; }

 p { color: rgb(193,110,126); }

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

background-color css

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

 a { background-color: rgb(193,110,126); }

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

border-color css

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

 span { border-color: rgb(193,110,126); }

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