Html Css Color HEX #C16E75 Tapestry

📋 copy color: '#C16E75'

red 193 ◦ green 110 ◦ blue 117

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

Shades of Tapestry #C16E75

Tints of Tapestry #C16E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.86%

R = 45.95%
G = 26.19%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C16E75 (or 0xC16E75) is known color: Tapestry. HEX triplet: C1, 6E and 75. RGB value is (193,110,117). Sum of RGB (Red+Green+Blue) = 193+110+117=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16E75 is #3E918A. Grayscale: #878787. Windows color (decimal): -4100491 or 7696065. OLE color: 7696065.

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

Color convert

RGB 193 110 117 -
CMYK 0 0.43 0.39 0.24
HSL 354.94º 0.4% 0.59% -
HSV(B) 354.94º 0.43% 0.76% -
XYZ 30.78 23.77 19.8 -
YUV 135.62 117.5 168.93 -
System Red Green Blue C M Y K H S L
Decimal 193 110 117 0 0.43 0.39 0.24 354.94 0.4 0.59
Hex C1 6E 75 0 2B 27 18 163 28 3B
Octal 301 156 165 0 53 47 30 543 50 73
Binary 11000001 1101110 1110101 0 101011 100111 11000 101100011 101000 111011

Color Harmonies of #C16E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16E75

Black with #C16E75

Text Example


Text Example

White with #C16E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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