Html Css Color HEX #C0747F Tapestry

📋 copy color: '#C0747F'

red 192 ◦ green 116 ◦ blue 127

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

Shades of Tapestry #C0747F

Tints of Tapestry #C0747F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.2%

R = 44.14%
G = 26.67%
B = 29.2%

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

#C0747F (or 0xC0747F) is known color: Tapestry. HEX triplet: C0, 74 and 7F. RGB value is (192,116,127). Sum of RGB (Red+Green+Blue) = 192+116+127=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0747F is #3F8B80. Grayscale: #8C8C8C. Windows color (decimal): -4164481 or 8352960. OLE color: 8352960.

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

Color convert

RGB 192 116 127 -
CMYK 0 0.40 0.34 0.25
HSL 351.32º 0.38% 0.6% -
HSV(B) 351.32º 0.4% 0.75% -
XYZ 31.81 25.23 23.27 -
YUV 139.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 192 116 127 0 0.40 0.34 0.25 351.32 0.38 0.6
Hex C0 74 7F 0 28 22 19 15F 26 3C
Octal 300 164 177 0 50 42 31 537 46 74
Binary 11000000 1110100 1111111 0 101000 100010 11001 101011111 100110 111100

Color Harmonies of #C0747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0747F

Black with #C0747F

Text Example


Text Example

White with #C0747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0747F; }

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

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

background-color css

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

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

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

border-color css

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

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

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