Html Css Color HEX #C26379 Tapestry

📋 copy color: '#C26379'

red 194 ◦ green 99 ◦ blue 121

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

Shades of Tapestry #C26379

Tints of Tapestry #C26379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.91%

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

R = 46.86%
G = 23.91%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C26379 (or 0xC26379) is known color: Tapestry. HEX triplet: C2, 63 and 79. RGB value is (194,99,121). Sum of RGB (Red+Green+Blue) = 194+99+121=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C26379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26379 is #3D9C86. Grayscale: #818181. Windows color (decimal): -4037767 or 7955394. OLE color: 7955394.

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

Color convert

RGB 194 99 121 -
CMYK 0 0.49 0.38 0.24
HSL 346.11º 0.44% 0.57% -
HSV(B) 346.11º 0.49% 0.76% -
XYZ 30.16 21.77 20.7 -
YUV 129.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 194 99 121 0 0.49 0.38 0.24 346.11 0.44 0.57
Hex C2 63 79 0 31 26 18 15A 2C 39
Octal 302 143 171 0 61 46 30 532 54 71
Binary 11000010 1100011 1111001 0 110001 100110 11000 101011010 101100 111001

Color Harmonies of #C26379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26379

Black with #C26379

Text Example


Text Example

White with #C26379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26379; }

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

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

background-color css

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

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

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

border-color css

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

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

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