Html Css Color HEX #C0747D Tapestry

📋 copy color: '#C0747D'

red 192 ◦ green 116 ◦ blue 125

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

Shades of Tapestry #C0747D

Tints of Tapestry #C0747D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.87%

R = 44.34%
G = 26.79%
B = 28.87%

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

#C0747D (or 0xC0747D) is known color: Tapestry. HEX triplet: C0, 74 and 7D. RGB value is (192,116,125). Sum of RGB (Red+Green+Blue) = 192+116+125=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0747D is #3F8B82. Grayscale: #8B8B8B. Windows color (decimal): -4164483 or 8221888. OLE color: 8221888.

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

Color convert

RGB 192 116 125 -
CMYK 0 0.40 0.35 0.25
HSL 352.89º 0.38% 0.6% -
HSV(B) 352.89º 0.4% 0.75% -
XYZ 31.69 25.18 22.59 -
YUV 139.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 192 116 125 0 0.40 0.35 0.25 352.89 0.38 0.6
Hex C0 74 7D 0 28 23 19 161 26 3C
Octal 300 164 175 0 50 43 31 541 46 74
Binary 11000000 1110100 1111101 0 101000 100011 11001 101100001 100110 111100

Color Harmonies of #C0747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0747D

Black with #C0747D

Text Example


Text Example

White with #C0747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0747D; }

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

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

background-color css

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

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

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

border-color css

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

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

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