Html Css Color HEX #C07383 Tapestry

📋 copy color: '#C07383'

red 192 ◦ green 115 ◦ blue 131

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

Shades of Tapestry #C07383

Tints of Tapestry #C07383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.91%

R = 43.84%
G = 26.26%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C07383 (or 0xC07383) is known color: Tapestry. HEX triplet: C0, 73 and 83. RGB value is (192,115,131). Sum of RGB (Red+Green+Blue) = 192+115+131=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C07383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07383 is #3F8C7C. Grayscale: #8B8B8B. Windows color (decimal): -4164733 or 8614848. OLE color: 8614848.

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

Color convert

RGB 192 115 131 -
CMYK 0 0.40 0.32 0.25
HSL 347.53º 0.38% 0.6% -
HSV(B) 347.53º 0.4% 0.75% -
XYZ 31.97 25.11 24.63 -
YUV 139.85 123.01 165.2 -
System Red Green Blue C M Y K H S L
Decimal 192 115 131 0 0.40 0.32 0.25 347.53 0.38 0.6
Hex C0 73 83 0 28 20 19 15C 26 3C
Octal 300 163 203 0 50 40 31 534 46 74
Binary 11000000 1110011 10000011 0 101000 100000 11001 101011100 100110 111100

Color Harmonies of #C07383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07383

Black with #C07383

Text Example


Text Example

White with #C07383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07383; }

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

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

background-color css

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

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

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

border-color css

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

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

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