Html Css Color HEX #C26B76 Tapestry

📋 copy color: '#C26B76'

red 194 ◦ green 107 ◦ blue 118

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

Shades of Tapestry #C26B76

Tints of Tapestry #C26B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.16%

R = 46.3%
G = 25.54%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C26B76 (or 0xC26B76) is known color: Tapestry. HEX triplet: C2, 6B and 76. RGB value is (194,107,118). Sum of RGB (Red+Green+Blue) = 194+107+118=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26B76 is #3D9489. Grayscale: #868686. Windows color (decimal): -4035722 or 7760834. OLE color: 7760834.

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

Color convert

RGB 194 107 118 -
CMYK 0 0.45 0.39 0.24
HSL 352.41º 0.42% 0.59% -
HSV(B) 352.41º 0.45% 0.76% -
XYZ 30.78 23.29 20.01 -
YUV 134.27 118.82 170.61 -
System Red Green Blue C M Y K H S L
Decimal 194 107 118 0 0.45 0.39 0.24 352.41 0.42 0.59
Hex C2 6B 76 0 2D 27 18 160 2A 3B
Octal 302 153 166 0 55 47 30 540 52 73
Binary 11000010 1101011 1110110 0 101101 100111 11000 101100000 101010 111011

Color Harmonies of #C26B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26B76

Black with #C26B76

Text Example


Text Example

White with #C26B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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