Html Css Color HEX #C26B79 Tapestry

📋 copy color: '#C26B79'

red 194 ◦ green 107 ◦ blue 121

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

Shades of Tapestry #C26B79

Tints of Tapestry #C26B79

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.36%

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

R = 45.97%
G = 25.36%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C26B79 (or 0xC26B79) is known color: Tapestry. HEX triplet: C2, 6B and 79. RGB value is (194,107,121). Sum of RGB (Red+Green+Blue) = 194+107+121=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26B79 is #3D9486. Grayscale: #868686. Windows color (decimal): -4035719 or 7957442. OLE color: 7957442.

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

Color convert

RGB 194 107 121 -
CMYK 0 0.45 0.38 0.24
HSL 350.34º 0.42% 0.59% -
HSV(B) 350.34º 0.45% 0.76% -
XYZ 30.96 23.37 20.97 -
YUV 134.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 194 107 121 0 0.45 0.38 0.24 350.34 0.42 0.59
Hex C2 6B 79 0 2D 26 18 15E 2A 3B
Octal 302 153 171 0 55 46 30 536 52 73
Binary 11000010 1101011 1111001 0 101101 100110 11000 101011110 101010 111011

Color Harmonies of #C26B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26B79

Black with #C26B79

Text Example


Text Example

White with #C26B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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