Html Css Color HEX #C37276 Tapestry

📋 copy color: '#C37276'

red 195 ◦ green 114 ◦ blue 118

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

Shades of Tapestry #C37276

Tints of Tapestry #C37276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.7%

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

R = 45.67%
G = 26.7%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C37276 (or 0xC37276) is known color: Tapestry. HEX triplet: C3, 72 and 76. RGB value is (195,114,118). Sum of RGB (Red+Green+Blue) = 195+114+118=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C37276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37276 is #3C8D89. Grayscale: #8A8A8A. Windows color (decimal): -3968394 or 7762627. OLE color: 7762627.

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

Color convert

RGB 195 114 118 -
CMYK 0 0.42 0.39 0.24
HSL 357.04º 0.4% 0.61% -
HSV(B) 357.04º 0.42% 0.76% -
XYZ 31.79 24.94 20.28 -
YUV 138.68 116.34 168.17 -
System Red Green Blue C M Y K H S L
Decimal 195 114 118 0 0.42 0.39 0.24 357.04 0.4 0.61
Hex C3 72 76 0 2A 27 18 165 28 3D
Octal 303 162 166 0 52 47 30 545 50 75
Binary 11000011 1110010 1110110 0 101010 100111 11000 101100101 101000 111101

Color Harmonies of #C37276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37276

Black with #C37276

Text Example


Text Example

White with #C37276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37276; }

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

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

background-color css

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

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

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

border-color css

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

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

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