Html Css Color HEX #C17384 Tapestry

📋 copy color: '#C17384'

red 193 ◦ green 115 ◦ blue 132

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

Shades of Tapestry #C17384

Tints of Tapestry #C17384

RGB

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

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

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

R = 43.86%
G = 26.14%
B = 30%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C17384 (or 0xC17384) is known color: Tapestry. HEX triplet: C1, 73 and 84. RGB value is (193,115,132). Sum of RGB (Red+Green+Blue) = 193+115+132=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C17384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17384 is #3E8C7B. Grayscale: #8C8C8C. Windows color (decimal): -4099196 or 8680385. OLE color: 8680385.

HSL color Cylindrical-coordinate representation of color #C17384: hue angle of 346.92º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17384 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 115 132 -
CMYK 0 0.40 0.32 0.24
HSL 346.92º 0.39% 0.6% -
HSV(B) 346.92º 0.4% 0.76% -
XYZ 32.29 25.26 25 -
YUV 140.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 193 115 132 0 0.40 0.32 0.24 346.92 0.39 0.6
Hex C1 73 84 0 28 20 18 15B 27 3C
Octal 301 163 204 0 50 40 30 533 47 74
Binary 11000001 1110011 10000100 0 101000 100000 11000 101011011 100111 111100

Color Harmonies of #C17384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17384

Black with #C17384

Text Example


Text Example

White with #C17384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17384; }

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

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

background-color css

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

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

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

border-color css

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

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

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