Html Css Color HEX #C0748C Tapestry

📋 copy color: '#C0748C'

red 192 ◦ green 116 ◦ blue 140

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

Shades of Tapestry #C0748C

Tints of Tapestry #C0748C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.25%

R = 42.86%
G = 25.89%
B = 31.25%

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

#C0748C (or 0xC0748C) is known color: Tapestry. HEX triplet: C0, 74 and 8C. RGB value is (192,116,140). Sum of RGB (Red+Green+Blue) = 192+116+140=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0748C is #3F8B73. Grayscale: #8D8D8D. Windows color (decimal): -4164468 or 9204928. OLE color: 9204928.

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

Color convert

RGB 192 116 140 -
CMYK 0 0.40 0.27 0.25
HSL 341.05º 0.38% 0.6% -
HSV(B) 341.05º 0.4% 0.75% -
XYZ 32.72 25.59 28.03 -
YUV 141.46 127.18 164.05 -
System Red Green Blue C M Y K H S L
Decimal 192 116 140 0 0.40 0.27 0.25 341.05 0.38 0.6
Hex C0 74 8C 0 28 1B 19 155 26 3C
Octal 300 164 214 0 50 33 31 525 46 74
Binary 11000000 1110100 10001100 0 101000 11011 11001 101010101 100110 111100

Color Harmonies of #C0748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0748C

Black with #C0748C

Text Example


Text Example

White with #C0748C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0748C; }

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

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

background-color css

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

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

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

border-color css

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

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

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