Html Css Color HEX #C27376 Tapestry

📋 copy color: '#C27376'

red 194 ◦ green 115 ◦ blue 118

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

Shades of Tapestry #C27376

Tints of Tapestry #C27376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.93%

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

R = 45.43%
G = 26.93%
B = 27.63%

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

#C27376 (or 0xC27376) is known color: Tapestry. HEX triplet: C2, 73 and 76. RGB value is (194,115,118). Sum of RGB (Red+Green+Blue) = 194+115+118=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C27376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27376 is #3D8C89. Grayscale: #8B8B8B. Windows color (decimal): -4033674 or 7762882. OLE color: 7762882.

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

Color convert

RGB 194 115 118 -
CMYK 0 0.41 0.39 0.24
HSL 357.72º 0.39% 0.61% -
HSV(B) 357.72º 0.41% 0.76% -
XYZ 31.65 25.04 20.3 -
YUV 138.96 116.17 167.26 -
System Red Green Blue C M Y K H S L
Decimal 194 115 118 0 0.41 0.39 0.24 357.72 0.39 0.61
Hex C2 73 76 0 29 27 18 166 27 3D
Octal 302 163 166 0 51 47 30 546 47 75
Binary 11000010 1110011 1110110 0 101001 100111 11000 101100110 100111 111101

Color Harmonies of #C27376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27376

Black with #C27376

Text Example


Text Example

White with #C27376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27376; }

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

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

background-color css

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

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

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

border-color css

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

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

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