Html Css Color HEX #C36C7C Tapestry

📋 copy color: '#C36C7C'

red 195 ◦ green 108 ◦ blue 124

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

Shades of Tapestry #C36C7C

Tints of Tapestry #C36C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.04%

R = 45.67%
G = 25.29%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C36C7C (or 0xC36C7C) is known color: Tapestry. HEX triplet: C3, 6C and 7C. RGB value is (195,108,124). Sum of RGB (Red+Green+Blue) = 195+108+124=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C7C is #3C9383. Grayscale: #878787. Windows color (decimal): -3969924 or 8154307. OLE color: 8154307.

HSL color Cylindrical-coordinate representation of color #C36C7C: hue angle of 348.97º 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 #C36C7C is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 108 124 -
CMYK 0 0.45 0.36 0.24
HSL 348.97º 0.42% 0.59% -
HSV(B) 348.97º 0.45% 0.76% -
XYZ 31.51 23.78 22 -
YUV 135.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 195 108 124 0 0.45 0.36 0.24 348.97 0.42 0.59
Hex C3 6C 7C 0 2D 24 18 15D 2A 3B
Octal 303 154 174 0 55 44 30 535 52 73
Binary 11000011 1101100 1111100 0 101101 100100 11000 101011101 101010 111011

Color Harmonies of #C36C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36C7C

Black with #C36C7C

Text Example


Text Example

White with #C36C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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