Html Css Color HEX #C36780 Tapestry

📋 copy color: '#C36780'

red 195 ◦ green 103 ◦ blue 128

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

Shades of Tapestry #C36780

Tints of Tapestry #C36780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.18%

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

R = 45.77%
G = 24.18%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C36780 (or 0xC36780) is known color: Tapestry. HEX triplet: C3, 67 and 80. RGB value is (195,103,128). Sum of RGB (Red+Green+Blue) = 195+103+128=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C36780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36780 is #3C987F. Grayscale: #858585. Windows color (decimal): -3971200 or 8415171. OLE color: 8415171.

HSL color Cylindrical-coordinate representation of color #C36780: hue angle of 343.7º 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 #C36780 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 103 128 -
CMYK 0 0.47 0.34 0.24
HSL 343.7º 0.43% 0.58% -
HSV(B) 343.7º 0.47% 0.76% -
XYZ 31.25 22.86 23.19 -
YUV 133.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 195 103 128 0 0.47 0.34 0.24 343.7 0.43 0.58
Hex C3 67 80 0 2F 22 18 158 2B 3A
Octal 303 147 200 0 57 42 30 530 53 72
Binary 11000011 1100111 10000000 0 101111 100010 11000 101011000 101011 111010

Color Harmonies of #C36780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36780

Black with #C36780

Text Example


Text Example

White with #C36780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36780; }

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

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

background-color css

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

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

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

border-color css

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

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

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