Html Css Color HEX #C0748B Tapestry

📋 copy color: '#C0748B'

red 192 ◦ green 116 ◦ blue 139

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

Shades of Tapestry #C0748B

Tints of Tapestry #C0748B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.1%

R = 42.95%
G = 25.95%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0748B (or 0xC0748B) is known color: Tapestry. HEX triplet: C0, 74 and 8B. RGB value is (192,116,139). Sum of RGB (Red+Green+Blue) = 192+116+139=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0748B is #3F8B74. Grayscale: #8D8D8D. Windows color (decimal): -4164469 or 9139392. OLE color: 9139392.

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

Color convert

RGB 192 116 139 -
CMYK 0 0.40 0.28 0.25
HSL 341.84º 0.38% 0.6% -
HSV(B) 341.84º 0.4% 0.75% -
XYZ 32.64 25.56 27.64 -
YUV 141.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 192 116 139 0 0.40 0.28 0.25 341.84 0.38 0.6
Hex C0 74 8B 0 28 1C 19 156 26 3C
Octal 300 164 213 0 50 34 31 526 46 74
Binary 11000000 1110100 10001011 0 101000 11100 11001 101010110 100110 111100

Color Harmonies of #C0748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0748B

Black with #C0748B

Text Example


Text Example

White with #C0748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0748B; }

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

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

background-color css

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

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

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

border-color css

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

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

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