Html Css Color HEX #C16384 Tapestry

📋 copy color: '#C16384'

red 193 ◦ green 99 ◦ blue 132

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

Shades of Tapestry #C16384

Tints of Tapestry #C16384

RGB

 RED value IS 193 (75.78% from 255) = 45.52%

 GREEN value IS 99 (39.06% from 255) = 23.35%

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

R = 45.52%
G = 23.35%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C16384 (or 0xC16384) is known color: Tapestry. HEX triplet: C1, 63 and 84. RGB value is (193,99,132). Sum of RGB (Red+Green+Blue) = 193+99+132=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C16384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16384 is #3E9C7B. Grayscale: #828282. Windows color (decimal): -4103292 or 8676289. OLE color: 8676289.

HSL color Cylindrical-coordinate representation of color #C16384: hue angle of 338.94º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16384 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 99 132 -
CMYK 0 0.49 0.32 0.24
HSL 338.94º 0.43% 0.57% -
HSV(B) 338.94º 0.49% 0.76% -
XYZ 30.62 21.93 24.45 -
YUV 130.87 128.64 172.32 -
System Red Green Blue C M Y K H S L
Decimal 193 99 132 0 0.49 0.32 0.24 338.94 0.43 0.57
Hex C1 63 84 0 31 20 18 153 2B 39
Octal 301 143 204 0 61 40 30 523 53 71
Binary 11000001 1100011 10000100 0 110001 100000 11000 101010011 101011 111001

Color Harmonies of #C16384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16384

Black with #C16384

Text Example


Text Example

White with #C16384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16384; }

 p { color: rgb(193,99,132); }

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

background-color css

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

 a { background-color: rgb(193,99,132); }

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

border-color css

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

 span { border-color: rgb(193,99,132); }

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