Html Css Color HEX #C26979 Tapestry

📋 copy color: '#C26979'

red 194 ◦ green 105 ◦ blue 121

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

Shades of Tapestry #C26979

Tints of Tapestry #C26979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25%

 BLUE value IS 121 (47.66% from 255) = 28.81%

R = 46.19%
G = 25%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C26979 (or 0xC26979) is known color: Tapestry. HEX triplet: C2, 69 and 79. RGB value is (194,105,121). Sum of RGB (Red+Green+Blue) = 194+105+121=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C26979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26979 is #3D9686. Grayscale: #858585. Windows color (decimal): -4036231 or 7956930. OLE color: 7956930.

HSL color Cylindrical-coordinate representation of color #C26979: hue angle of 349.21º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26979 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 105 121 -
CMYK 0 0.46 0.38 0.24
HSL 349.21º 0.42% 0.59% -
HSV(B) 349.21º 0.46% 0.76% -
XYZ 30.75 22.95 20.9 -
YUV 133.44 120.99 171.2 -
System Red Green Blue C M Y K H S L
Decimal 194 105 121 0 0.46 0.38 0.24 349.21 0.42 0.59
Hex C2 69 79 0 2E 26 18 15D 2A 3B
Octal 302 151 171 0 56 46 30 535 52 73
Binary 11000010 1101001 1111001 0 101110 100110 11000 101011101 101010 111011

Color Harmonies of #C26979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26979

Black with #C26979

Text Example


Text Example

White with #C26979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26979; }

 p { color: rgb(194,105,121); }

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

background-color css

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

 a { background-color: rgb(194,105,121); }

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

border-color css

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

 span { border-color: rgb(194,105,121); }

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