Html Css Color HEX #C36C7E Tapestry

📋 copy color: '#C36C7E'

red 195 ◦ green 108 ◦ blue 126

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

Shades of Tapestry #C36C7E

Tints of Tapestry #C36C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.37%

R = 45.45%
G = 25.17%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C36C7E (or 0xC36C7E) is known color: Tapestry. HEX triplet: C3, 6C and 7E. RGB value is (195,108,126). Sum of RGB (Red+Green+Blue) = 195+108+126=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C7E is #3C9381. Grayscale: #888888. Windows color (decimal): -3969922 or 8285379. OLE color: 8285379.

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

Color convert

RGB 195 108 126 -
CMYK 0 0.45 0.35 0.24
HSL 347.59º 0.42% 0.59% -
HSV(B) 347.59º 0.45% 0.76% -
XYZ 31.63 23.83 22.67 -
YUV 136.07 122.32 170.04 -
System Red Green Blue C M Y K H S L
Decimal 195 108 126 0 0.45 0.35 0.24 347.59 0.42 0.59
Hex C3 6C 7E 0 2D 23 18 15C 2A 3B
Octal 303 154 176 0 55 43 30 534 52 73
Binary 11000011 1101100 1111110 0 101101 100011 11000 101011100 101010 111011

Color Harmonies of #C36C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36C7E

Black with #C36C7E

Text Example


Text Example

White with #C36C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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