Html Css Color HEX #C17182 Tapestry

📋 copy color: '#C17182'

red 193 ◦ green 113 ◦ blue 130

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

Shades of Tapestry #C17182

Tints of Tapestry #C17182

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.92%

 BLUE value IS 130 (51.17% from 255) = 29.82%

R = 44.27%
G = 25.92%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C17182 (or 0xC17182) is known color: Tapestry. HEX triplet: C1, 71 and 82. RGB value is (193,113,130). Sum of RGB (Red+Green+Blue) = 193+113+130=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C17182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17182 is #3E8E7D. Grayscale: #8A8A8A. Windows color (decimal): -4099710 or 8548801. OLE color: 8548801.

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

Color convert

RGB 193 113 130 -
CMYK 0 0.41 0.33 0.24
HSL 347.25º 0.39% 0.6% -
HSV(B) 347.25º 0.41% 0.76% -
XYZ 31.93 24.76 24.22 -
YUV 138.86 123 166.62 -
System Red Green Blue C M Y K H S L
Decimal 193 113 130 0 0.41 0.33 0.24 347.25 0.39 0.6
Hex C1 71 82 0 29 21 18 15B 27 3C
Octal 301 161 202 0 51 41 30 533 47 74
Binary 11000001 1110001 10000010 0 101001 100001 11000 101011011 100111 111100

Color Harmonies of #C17182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17182

Black with #C17182

Text Example


Text Example

White with #C17182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17182; }

 p { color: rgb(193,113,130); }

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

background-color css

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

 a { background-color: rgb(193,113,130); }

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

border-color css

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

 span { border-color: rgb(193,113,130); }

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