Html Css Color HEX #C36D76 Tapestry

📋 copy color: '#C36D76'

red 195 ◦ green 109 ◦ blue 118

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

Shades of Tapestry #C36D76

Tints of Tapestry #C36D76

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.83%

 BLUE value IS 118 (46.48% from 255) = 27.96%

R = 46.21%
G = 25.83%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C36D76 (or 0xC36D76) is known color: Tapestry. HEX triplet: C3, 6D and 76. RGB value is (195,109,118). Sum of RGB (Red+Green+Blue) = 195+109+118=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D76 is #3C9289. Grayscale: #878787. Windows color (decimal): -3969674 or 7761347. OLE color: 7761347.

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

Color convert

RGB 195 109 118 -
CMYK 0 0.44 0.39 0.24
HSL 353.72º 0.42% 0.6% -
HSV(B) 353.72º 0.44% 0.76% -
XYZ 31.24 23.85 20.1 -
YUV 135.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 195 109 118 0 0.44 0.39 0.24 353.72 0.42 0.6
Hex C3 6D 76 0 2C 27 18 162 2A 3C
Octal 303 155 166 0 54 47 30 542 52 74
Binary 11000011 1101101 1110110 0 101100 100111 11000 101100010 101010 111100

Color Harmonies of #C36D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36D76

Black with #C36D76

Text Example


Text Example

White with #C36D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36D76; }

 p { color: rgb(195,109,118); }

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

background-color css

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

 a { background-color: rgb(195,109,118); }

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

border-color css

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

 span { border-color: rgb(195,109,118); }

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