Html Css Color HEX #C27077 Tapestry

📋 copy color: '#C27077'

red 194 ◦ green 112 ◦ blue 119

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

Shades of Tapestry #C27077

Tints of Tapestry #C27077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.35%

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

R = 45.65%
G = 26.35%
B = 28%

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

#C27077 (or 0xC27077) is known color: Tapestry. HEX triplet: C2, 70 and 77. RGB value is (194,112,119). Sum of RGB (Red+Green+Blue) = 194+112+119=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C27077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27077 is #3D8F88. Grayscale: #898989. Windows color (decimal): -4034441 or 7827650. OLE color: 7827650.

HSL color Cylindrical-coordinate representation of color #C27077: 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 #C27077 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 112 119 -
CMYK 0 0.42 0.39 0.24
HSL 354.88º 0.4% 0.6% -
HSV(B) 354.88º 0.42% 0.76% -
XYZ 31.37 24.39 20.51 -
YUV 137.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 194 112 119 0 0.42 0.39 0.24 354.88 0.4 0.6
Hex C2 70 77 0 2A 27 18 163 28 3C
Octal 302 160 167 0 52 47 30 543 50 74
Binary 11000010 1110000 1110111 0 101010 100111 11000 101100011 101000 111100

Color Harmonies of #C27077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27077

Black with #C27077

Text Example


Text Example

White with #C27077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27077; }

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

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

background-color css

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

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

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

border-color css

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

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

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