Html Css Color HEX #C0747E Tapestry

📋 copy color: '#C0747E'

red 192 ◦ green 116 ◦ blue 126

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

Shades of Tapestry #C0747E

Tints of Tapestry #C0747E

RGB

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

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

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

R = 44.24%
G = 26.73%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0747E (or 0xC0747E) is known color: Tapestry. HEX triplet: C0, 74 and 7E. RGB value is (192,116,126). Sum of RGB (Red+Green+Blue) = 192+116+126=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0747E is #3F8B81. Grayscale: #8B8B8B. Windows color (decimal): -4164482 or 8287424. OLE color: 8287424.

HSL color Cylindrical-coordinate representation of color #C0747E: hue angle of 352.11º 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 #C0747E is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 116 126 -
CMYK 0 0.40 0.34 0.25
HSL 352.11º 0.38% 0.6% -
HSV(B) 352.11º 0.4% 0.75% -
XYZ 31.75 25.2 22.93 -
YUV 139.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 192 116 126 0 0.40 0.34 0.25 352.11 0.38 0.6
Hex C0 74 7E 0 28 22 19 160 26 3C
Octal 300 164 176 0 50 42 31 540 46 74
Binary 11000000 1110100 1111110 0 101000 100010 11001 101100000 100110 111100

Color Harmonies of #C0747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0747E

Black with #C0747E

Text Example


Text Example

White with #C0747E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0747E; }

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

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

background-color css

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

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

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

border-color css

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

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

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