Html Css Color HEX #C17276 Tapestry

📋 copy color: '#C17276'

red 193 ◦ green 114 ◦ blue 118

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

Shades of Tapestry #C17276

Tints of Tapestry #C17276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.82%

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

R = 45.41%
G = 26.82%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C17276 (or 0xC17276) is known color: Tapestry. HEX triplet: C1, 72 and 76. RGB value is (193,114,118). Sum of RGB (Red+Green+Blue) = 193+114+118=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C17276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17276 is #3E8D89. Grayscale: #8A8A8A. Windows color (decimal): -4099466 or 7762625. OLE color: 7762625.

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

Color convert

RGB 193 114 118 -
CMYK 0 0.41 0.39 0.24
HSL 356.96º 0.39% 0.6% -
HSV(B) 356.96º 0.41% 0.76% -
XYZ 31.28 24.68 20.25 -
YUV 138.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 193 114 118 0 0.41 0.39 0.24 356.96 0.39 0.6
Hex C1 72 76 0 29 27 18 165 27 3C
Octal 301 162 166 0 51 47 30 545 47 74
Binary 11000001 1110010 1110110 0 101001 100111 11000 101100101 100111 111100

Color Harmonies of #C17276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17276

Black with #C17276

Text Example


Text Example

White with #C17276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17276; }

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

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

background-color css

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

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

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

border-color css

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

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

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