Html Css Color HEX #C16F76 Tapestry

📋 copy color: '#C16F76'

red 193 ◦ green 111 ◦ blue 118

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

Shades of Tapestry #C16F76

Tints of Tapestry #C16F76

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.3%

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

R = 45.73%
G = 26.3%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C16F76 (or 0xC16F76) is known color: Tapestry. HEX triplet: C1, 6F and 76. RGB value is (193,111,118). Sum of RGB (Red+Green+Blue) = 193+111+118=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F76 is #3E9089. Grayscale: #888888. Windows color (decimal): -4100234 or 7761857. OLE color: 7761857.

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

Color convert

RGB 193 111 118 -
CMYK 0 0.42 0.39 0.24
HSL 354.88º 0.4% 0.6% -
HSV(B) 354.88º 0.42% 0.76% -
XYZ 30.95 24.01 20.14 -
YUV 136.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 193 111 118 0 0.42 0.39 0.24 354.88 0.4 0.6
Hex C1 6F 76 0 2A 27 18 163 28 3C
Octal 301 157 166 0 52 47 30 543 50 74
Binary 11000001 1101111 1110110 0 101010 100111 11000 101100011 101000 111100

Color Harmonies of #C16F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F76

Black with #C16F76

Text Example


Text Example

White with #C16F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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