Html Css Color HEX #C27276 Tapestry

📋 copy color: '#C27276'

red 194 ◦ green 114 ◦ blue 118

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

Shades of Tapestry #C27276

Tints of Tapestry #C27276

RGB

 RED value IS 194 (76.17% from 255) = 45.54%

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

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

R = 45.54%
G = 26.76%
B = 27.7%

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

#C27276 (or 0xC27276) is known color: Tapestry. HEX triplet: C2, 72 and 76. RGB value is (194,114,118). Sum of RGB (Red+Green+Blue) = 194+114+118=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C27276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27276 is #3D8D89. Grayscale: #8A8A8A. Windows color (decimal): -4033930 or 7762626. OLE color: 7762626.

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

Color convert

RGB 194 114 118 -
CMYK 0 0.41 0.39 0.24
HSL 357º 0.4% 0.6% -
HSV(B) 357º 0.41% 0.76% -
XYZ 31.54 24.81 20.27 -
YUV 138.38 116.5 167.67 -
System Red Green Blue C M Y K H S L
Decimal 194 114 118 0 0.41 0.39 0.24 357 0.4 0.6
Hex C2 72 76 0 29 27 18 165 28 3C
Octal 302 162 166 0 51 47 30 545 50 74
Binary 11000010 1110010 1110110 0 101001 100111 11000 101100101 101000 111100

Color Harmonies of #C27276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27276

Black with #C27276

Text Example


Text Example

White with #C27276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27276; }

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

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

background-color css

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

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

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

border-color css

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

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

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