Html Css Color HEX #C36E7F Tapestry

📋 copy color: '#C36E7F'

red 195 ◦ green 110 ◦ blue 127

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

Shades of Tapestry #C36E7F

Tints of Tapestry #C36E7F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.46%

 BLUE value IS 127 (50% from 255) = 29.4%

R = 45.14%
G = 25.46%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C36E7F (or 0xC36E7F) is known color: Tapestry. HEX triplet: C3, 6E and 7F. RGB value is (195,110,127). Sum of RGB (Red+Green+Blue) = 195+110+127=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E7F is #3C9180. Grayscale: #898989. Windows color (decimal): -3969409 or 8351427. OLE color: 8351427.

HSL color Cylindrical-coordinate representation of color #C36E7F: hue angle of 348º degrees, saturation: 0.41, 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 #C36E7F is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 110 127 -
CMYK 0 0.44 0.35 0.24
HSL 348º 0.41% 0.6% -
HSV(B) 348º 0.44% 0.76% -
XYZ 31.91 24.29 23.08 -
YUV 137.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 195 110 127 0 0.44 0.35 0.24 348 0.41 0.6
Hex C3 6E 7F 0 2C 23 18 15C 29 3C
Octal 303 156 177 0 54 43 30 534 51 74
Binary 11000011 1101110 1111111 0 101100 100011 11000 101011100 101001 111100

Color Harmonies of #C36E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36E7F

Black with #C36E7F

Text Example


Text Example

White with #C36E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36E7F; }

 p { color: rgb(195,110,127); }

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

background-color css

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

 a { background-color: rgb(195,110,127); }

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

border-color css

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

 span { border-color: rgb(195,110,127); }

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