Html Css Color HEX #C36C76 Tapestry

📋 copy color: '#C36C76'

red 195 ◦ green 108 ◦ blue 118

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

Shades of Tapestry #C36C76

Tints of Tapestry #C36C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.65%

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

R = 46.32%
G = 25.65%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C36C76 (or 0xC36C76) is known color: Tapestry. HEX triplet: C3, 6C and 76. RGB value is (195,108,118). Sum of RGB (Red+Green+Blue) = 195+108+118=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C76 is #3C9389. Grayscale: #878787. Windows color (decimal): -3969930 or 7761091. OLE color: 7761091.

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

Color convert

RGB 195 108 118 -
CMYK 0 0.45 0.39 0.24
HSL 353.1º 0.42% 0.59% -
HSV(B) 353.1º 0.45% 0.76% -
XYZ 31.14 23.64 20.06 -
YUV 135.15 118.32 170.69 -
System Red Green Blue C M Y K H S L
Decimal 195 108 118 0 0.45 0.39 0.24 353.1 0.42 0.59
Hex C3 6C 76 0 2D 27 18 161 2A 3B
Octal 303 154 166 0 55 47 30 541 52 73
Binary 11000011 1101100 1110110 0 101101 100111 11000 101100001 101010 111011

Color Harmonies of #C36C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36C76

Black with #C36C76

Text Example


Text Example

White with #C36C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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