Html Css Color HEX #C36080 Tapestry

📋 copy color: '#C36080'

red 195 ◦ green 96 ◦ blue 128

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

Shades of Tapestry #C36080

Tints of Tapestry #C36080

RGB

 RED value IS 195 (76.56% from 255) = 46.54%

 GREEN value IS 96 (37.89% from 255) = 22.91%

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

R = 46.54%
G = 22.91%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C36080 (or 0xC36080) is known color: Tapestry. HEX triplet: C3, 60 and 80. RGB value is (195,96,128). Sum of RGB (Red+Green+Blue) = 195+96+128=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C36080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36080 is #3C9F7F. Grayscale: #818181. Windows color (decimal): -3972992 or 8413379. OLE color: 8413379.

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

Color convert

RGB 195 96 128 -
CMYK 0 0.51 0.34 0.24
HSL 340.61º 0.45% 0.57% -
HSV(B) 340.61º 0.51% 0.76% -
XYZ 30.58 21.53 22.97 -
YUV 129.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 195 96 128 0 0.51 0.34 0.24 340.61 0.45 0.57
Hex C3 60 80 0 33 22 18 155 2D 39
Octal 303 140 200 0 63 42 30 525 55 71
Binary 11000011 1100000 10000000 0 110011 100010 11000 101010101 101101 111001

Color Harmonies of #C36080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36080

Black with #C36080

Text Example


Text Example

White with #C36080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36080; }

 p { color: rgb(195,96,128); }

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

background-color css

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

 a { background-color: rgb(195,96,128); }

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

border-color css

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

 span { border-color: rgb(195,96,128); }

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