Html Css Color HEX #C27477 Tapestry

📋 copy color: '#C27477'

red 194 ◦ green 116 ◦ blue 119

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

Shades of Tapestry #C27477

Tints of Tapestry #C27477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.04%

 BLUE value IS 119 (46.88% from 255) = 27.74%

R = 45.22%
G = 27.04%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C27477 (or 0xC27477) is known color: Tapestry. HEX triplet: C2, 74 and 77. RGB value is (194,116,119). Sum of RGB (Red+Green+Blue) = 194+116+119=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C27477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27477 is #3D8B88. Grayscale: #8B8B8B. Windows color (decimal): -4033417 or 7828674. OLE color: 7828674.

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

Color convert

RGB 194 116 119 -
CMYK 0 0.40 0.39 0.24
HSL 357.69º 0.39% 0.61% -
HSV(B) 357.69º 0.4% 0.76% -
XYZ 31.82 25.29 20.66 -
YUV 139.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 194 116 119 0 0.40 0.39 0.24 357.69 0.39 0.61
Hex C2 74 77 0 28 27 18 166 27 3D
Octal 302 164 167 0 50 47 30 546 47 75
Binary 11000010 1110100 1110111 0 101000 100111 11000 101100110 100111 111101

Color Harmonies of #C27477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27477

Black with #C27477

Text Example


Text Example

White with #C27477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27477; }

 p { color: rgb(194,116,119); }

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

background-color css

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

 a { background-color: rgb(194,116,119); }

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

border-color css

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

 span { border-color: rgb(194,116,119); }

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