Html Css Color HEX #C0747C Tapestry

📋 copy color: '#C0747C'

red 192 ◦ green 116 ◦ blue 124

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

Shades of Tapestry #C0747C

Tints of Tapestry #C0747C

RGB

 RED value IS 192 (75.39% from 255) = 44.44%

 GREEN value IS 116 (45.7% from 255) = 26.85%

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

R = 44.44%
G = 26.85%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0747C (or 0xC0747C) is known color: Tapestry. HEX triplet: C0, 74 and 7C. RGB value is (192,116,124). Sum of RGB (Red+Green+Blue) = 192+116+124=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0747C is #3F8B83. Grayscale: #8B8B8B. Windows color (decimal): -4164484 or 8156352. OLE color: 8156352.

HSL color Cylindrical-coordinate representation of color #C0747C: hue angle of 353.68º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0747C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 116 124 -
CMYK 0 0.40 0.35 0.25
HSL 353.68º 0.38% 0.6% -
HSV(B) 353.68º 0.4% 0.75% -
XYZ 31.62 25.15 22.26 -
YUV 139.64 119.18 165.35 -
System Red Green Blue C M Y K H S L
Decimal 192 116 124 0 0.40 0.35 0.25 353.68 0.38 0.6
Hex C0 74 7C 0 28 23 19 162 26 3C
Octal 300 164 174 0 50 43 31 542 46 74
Binary 11000000 1110100 1111100 0 101000 100011 11001 101100010 100110 111100

Color Harmonies of #C0747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0747C

Black with #C0747C

Text Example


Text Example

White with #C0747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0747C; }

 p { color: rgb(192,116,124); }

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

background-color css

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

 a { background-color: rgb(192,116,124); }

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

border-color css

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

 span { border-color: rgb(192,116,124); }

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