Html Css Color HEX #C36480 Tapestry

📋 copy color: '#C36480'

red 195 ◦ green 100 ◦ blue 128

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

Shades of Tapestry #C36480

Tints of Tapestry #C36480

RGB

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

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

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

R = 46.1%
G = 23.64%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C36480 (or 0xC36480) is known color: Tapestry. HEX triplet: C3, 64 and 80. RGB value is (195,100,128). Sum of RGB (Red+Green+Blue) = 195+100+128=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C36480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36480 is #3C9B7F. Grayscale: #838383. Windows color (decimal): -3971968 or 8414403. OLE color: 8414403.

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

Color convert

RGB 195 100 128 -
CMYK 0 0.49 0.34 0.24
HSL 342.32º 0.44% 0.58% -
HSV(B) 342.32º 0.49% 0.76% -
XYZ 30.96 22.27 23.09 -
YUV 131.6 125.97 173.22 -
System Red Green Blue C M Y K H S L
Decimal 195 100 128 0 0.49 0.34 0.24 342.32 0.44 0.58
Hex C3 64 80 0 31 22 18 156 2C 3A
Octal 303 144 200 0 61 42 30 526 54 72
Binary 11000011 1100100 10000000 0 110001 100010 11000 101010110 101100 111010

Color Harmonies of #C36480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36480

Black with #C36480

Text Example


Text Example

White with #C36480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36480; }

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

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

background-color css

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

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

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

border-color css

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

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

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