Html Css Color HEX #C37175 Tapestry

📋 copy color: '#C37175'

red 195 ◦ green 113 ◦ blue 117

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

Shades of Tapestry #C37175

Tints of Tapestry #C37175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.59%

 BLUE value IS 117 (46.09% from 255) = 27.53%

R = 45.88%
G = 26.59%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C37175 (or 0xC37175) is known color: Tapestry. HEX triplet: C3, 71 and 75. RGB value is (195,113,117). Sum of RGB (Red+Green+Blue) = 195+113+117=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C37175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37175 is #3C8E8A. Grayscale: #8A8A8A. Windows color (decimal): -3968651 or 7696835. OLE color: 7696835.

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

Color convert

RGB 195 113 117 -
CMYK 0 0.42 0.4 0.24
HSL 357.07º 0.41% 0.6% -
HSV(B) 357.07º 0.42% 0.76% -
XYZ 31.62 24.7 19.93 -
YUV 137.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 195 113 117 0 0.42 0.4 0.24 357.07 0.41 0.6
Hex C3 71 75 0 2A 28 18 165 29 3C
Octal 303 161 165 0 52 50 30 545 51 74
Binary 11000011 1110001 1110101 0 101010 101000 11000 101100101 101001 111100

Color Harmonies of #C37175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37175

Black with #C37175

Text Example


Text Example

White with #C37175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37175; }

 p { color: rgb(195,113,117); }

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

background-color css

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

 a { background-color: rgb(195,113,117); }

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

border-color css

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

 span { border-color: rgb(195,113,117); }

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