Html Css Color HEX #C26480 Tapestry

📋 copy color: '#C26480'

red 194 ◦ green 100 ◦ blue 128

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

Shades of Tapestry #C26480

Tints of Tapestry #C26480

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.7%

 BLUE value IS 128 (50.39% from 255) = 30.33%

R = 45.97%
G = 23.7%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C26480 (or 0xC26480) is known color: Tapestry. HEX triplet: C2, 64 and 80. RGB value is (194,100,128). Sum of RGB (Red+Green+Blue) = 194+100+128=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C26480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26480 is #3D9B7F. Grayscale: #838383. Windows color (decimal): -4037504 or 8414402. OLE color: 8414402.

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

Color convert

RGB 194 100 128 -
CMYK 0 0.48 0.34 0.24
HSL 342.13º 0.44% 0.58% -
HSV(B) 342.13º 0.48% 0.76% -
XYZ 30.7 22.14 23.08 -
YUV 131.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 194 100 128 0 0.48 0.34 0.24 342.13 0.44 0.58
Hex C2 64 80 0 30 22 18 156 2C 3A
Octal 302 144 200 0 60 42 30 526 54 72
Binary 11000010 1100100 10000000 0 110000 100010 11000 101010110 101100 111010

Color Harmonies of #C26480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26480

Black with #C26480

Text Example


Text Example

White with #C26480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26480; }

 p { color: rgb(194,100,128); }

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

background-color css

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

 a { background-color: rgb(194,100,128); }

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

border-color css

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

 span { border-color: rgb(194,100,128); }

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