Html Css Color HEX #C0748D Tapestry

📋 copy color: '#C0748D'

red 192 ◦ green 116 ◦ blue 141

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

Shades of Tapestry #C0748D

Tints of Tapestry #C0748D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.4%

R = 42.76%
G = 25.84%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0748D (or 0xC0748D) is known color: Tapestry. HEX triplet: C0, 74 and 8D. RGB value is (192,116,141). Sum of RGB (Red+Green+Blue) = 192+116+141=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0748D is #3F8B72. Grayscale: #8D8D8D. Windows color (decimal): -4164467 or 9270464. OLE color: 9270464.

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

Color convert

RGB 192 116 141 -
CMYK 0 0.40 0.27 0.25
HSL 340.26º 0.38% 0.6% -
HSV(B) 340.26º 0.4% 0.75% -
XYZ 32.79 25.62 28.42 -
YUV 141.57 127.68 163.97 -
System Red Green Blue C M Y K H S L
Decimal 192 116 141 0 0.40 0.27 0.25 340.26 0.38 0.6
Hex C0 74 8D 0 28 1B 19 154 26 3C
Octal 300 164 215 0 50 33 31 524 46 74
Binary 11000000 1110100 10001101 0 101000 11011 11001 101010100 100110 111100

Color Harmonies of #C0748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0748D

Black with #C0748D

Text Example


Text Example

White with #C0748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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