Html Css Color HEX #C27080 Tapestry

📋 copy color: '#C27080'

red 194 ◦ green 112 ◦ blue 128

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

Shades of Tapestry #C27080

Tints of Tapestry #C27080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.49%

R = 44.7%
G = 25.81%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C27080 (or 0xC27080) is known color: Tapestry. HEX triplet: C2, 70 and 80. RGB value is (194,112,128). Sum of RGB (Red+Green+Blue) = 194+112+128=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C27080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27080 is #3D8F7F. Grayscale: #8A8A8A. Windows color (decimal): -4034432 or 8417474. OLE color: 8417474.

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

Color convert

RGB 194 112 128 -
CMYK 0 0.42 0.34 0.24
HSL 348.29º 0.4% 0.6% -
HSV(B) 348.29º 0.42% 0.76% -
XYZ 31.94 24.62 23.49 -
YUV 138.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 194 112 128 0 0.42 0.34 0.24 348.29 0.4 0.6
Hex C2 70 80 0 2A 22 18 15C 28 3C
Octal 302 160 200 0 52 42 30 534 50 74
Binary 11000010 1110000 10000000 0 101010 100010 11000 101011100 101000 111100

Color Harmonies of #C27080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27080

Black with #C27080

Text Example


Text Example

White with #C27080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27080; }

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

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

background-color css

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

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

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

border-color css

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

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

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