Html Css Color HEX #C36180 Tapestry

📋 copy color: '#C36180'

red 195 ◦ green 97 ◦ blue 128

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

Shades of Tapestry #C36180

Tints of Tapestry #C36180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.1%

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

R = 46.43%
G = 23.1%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C36180 (or 0xC36180) is known color: Tapestry. HEX triplet: C3, 61 and 80. RGB value is (195,97,128). Sum of RGB (Red+Green+Blue) = 195+97+128=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C36180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36180 is #3C9E7F. Grayscale: #818181. Windows color (decimal): -3972736 or 8413635. OLE color: 8413635.

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

Color convert

RGB 195 97 128 -
CMYK 0 0.50 0.34 0.24
HSL 341.02º 0.45% 0.57% -
HSV(B) 341.02º 0.5% 0.76% -
XYZ 30.68 21.71 23 -
YUV 129.84 126.97 174.48 -
System Red Green Blue C M Y K H S L
Decimal 195 97 128 0 0.50 0.34 0.24 341.02 0.45 0.57
Hex C3 61 80 0 32 22 18 155 2D 39
Octal 303 141 200 0 62 42 30 525 55 71
Binary 11000011 1100001 10000000 0 110010 100010 11000 101010101 101101 111001

Color Harmonies of #C36180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36180

Black with #C36180

Text Example


Text Example

White with #C36180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36180; }

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

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

background-color css

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

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

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

border-color css

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

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

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