Html Css Color HEX #C26679 Tapestry

📋 copy color: '#C26679'

red 194 ◦ green 102 ◦ blue 121

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

Shades of Tapestry #C26679

Tints of Tapestry #C26679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.46%

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

R = 46.52%
G = 24.46%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C26679 (or 0xC26679) is known color: Tapestry. HEX triplet: C2, 66 and 79. RGB value is (194,102,121). Sum of RGB (Red+Green+Blue) = 194+102+121=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C26679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26679 is #3D9986. Grayscale: #838383. Windows color (decimal): -4036999 or 7956162. OLE color: 7956162.

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

Color convert

RGB 194 102 121 -
CMYK 0 0.47 0.38 0.24
HSL 347.61º 0.43% 0.58% -
HSV(B) 347.61º 0.47% 0.76% -
XYZ 30.45 22.35 20.8 -
YUV 131.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 194 102 121 0 0.47 0.38 0.24 347.61 0.43 0.58
Hex C2 66 79 0 2F 26 18 15C 2B 3A
Octal 302 146 171 0 57 46 30 534 53 72
Binary 11000010 1100110 1111001 0 101111 100110 11000 101011100 101011 111010

Color Harmonies of #C26679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26679

Black with #C26679

Text Example


Text Example

White with #C26679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26679; }

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

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

background-color css

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

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

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

border-color css

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

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

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