Html Css Color HEX #C07384 Tapestry

📋 copy color: '#C07384'

red 192 ◦ green 115 ◦ blue 132

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

Shades of Tapestry #C07384

Tints of Tapestry #C07384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.07%

R = 43.74%
G = 26.2%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C07384 (or 0xC07384) is known color: Tapestry. HEX triplet: C0, 73 and 84. RGB value is (192,115,132). Sum of RGB (Red+Green+Blue) = 192+115+132=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C07384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07384 is #3F8C7B. Grayscale: #8B8B8B. Windows color (decimal): -4164732 or 8680384. OLE color: 8680384.

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

Color convert

RGB 192 115 132 -
CMYK 0 0.40 0.31 0.25
HSL 346.75º 0.38% 0.6% -
HSV(B) 346.75º 0.4% 0.75% -
XYZ 32.03 25.13 24.99 -
YUV 139.96 123.51 165.12 -
System Red Green Blue C M Y K H S L
Decimal 192 115 132 0 0.40 0.31 0.25 346.75 0.38 0.6
Hex C0 73 84 0 28 1F 19 15B 26 3C
Octal 300 163 204 0 50 37 31 533 46 74
Binary 11000000 1110011 10000100 0 101000 11111 11001 101011011 100110 111100

Color Harmonies of #C07384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07384

Black with #C07384

Text Example


Text Example

White with #C07384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07384; }

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

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

background-color css

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

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

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

border-color css

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

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

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