Html Css Color HEX #C07389 Tapestry

📋 copy color: '#C07389'

red 192 ◦ green 115 ◦ blue 137

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

Shades of Tapestry #C07389

Tints of Tapestry #C07389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.9%

 BLUE value IS 137 (53.91% from 255) = 30.86%

R = 43.24%
G = 25.9%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C07389 (or 0xC07389) is known color: Tapestry. HEX triplet: C0, 73 and 89. RGB value is (192,115,137). Sum of RGB (Red+Green+Blue) = 192+115+137=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C07389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07389 is #3F8C76. Grayscale: #8C8C8C. Windows color (decimal): -4164727 or 9008064. OLE color: 9008064.

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

Color convert

RGB 192 115 137 -
CMYK 0 0.40 0.29 0.25
HSL 342.86º 0.38% 0.6% -
HSV(B) 342.86º 0.4% 0.75% -
XYZ 32.38 25.27 26.84 -
YUV 140.53 126.01 164.71 -
System Red Green Blue C M Y K H S L
Decimal 192 115 137 0 0.40 0.29 0.25 342.86 0.38 0.6
Hex C0 73 89 0 28 1D 19 157 26 3C
Octal 300 163 211 0 50 35 31 527 46 74
Binary 11000000 1110011 10001001 0 101000 11101 11001 101010111 100110 111100

Color Harmonies of #C07389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07389

Black with #C07389

Text Example


Text Example

White with #C07389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07389; }

 p { color: rgb(192,115,137); }

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

background-color css

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

 a { background-color: rgb(192,115,137); }

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

border-color css

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

 span { border-color: rgb(192,115,137); }

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