Html Css Color HEX #C07387 Tapestry

📋 copy color: '#C07387'

red 192 ◦ green 115 ◦ blue 135

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

Shades of Tapestry #C07387

Tints of Tapestry #C07387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.54%

R = 43.44%
G = 26.02%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C07387 (or 0xC07387) is known color: Tapestry. HEX triplet: C0, 73 and 87. RGB value is (192,115,135). Sum of RGB (Red+Green+Blue) = 192+115+135=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C07387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07387 is #3F8C78. Grayscale: #8C8C8C. Windows color (decimal): -4164729 or 8876992. OLE color: 8876992.

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

Color convert

RGB 192 115 135 -
CMYK 0 0.40 0.30 0.25
HSL 344.42º 0.38% 0.6% -
HSV(B) 344.42º 0.4% 0.75% -
XYZ 32.24 25.22 26.09 -
YUV 140.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 192 115 135 0 0.40 0.30 0.25 344.42 0.38 0.6
Hex C0 73 87 0 28 1E 19 158 26 3C
Octal 300 163 207 0 50 36 31 530 46 74
Binary 11000000 1110011 10000111 0 101000 11110 11001 101011000 100110 111100

Color Harmonies of #C07387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07387

Black with #C07387

Text Example


Text Example

White with #C07387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07387; }

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

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

background-color css

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

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

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

border-color css

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

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

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