Html Css Color HEX #C16D7D Tapestry

📋 copy color: '#C16D7D'

red 193 ◦ green 109 ◦ blue 125

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

Shades of Tapestry #C16D7D

Tints of Tapestry #C16D7D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.53%

 BLUE value IS 125 (49.22% from 255) = 29.27%

R = 45.2%
G = 25.53%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C16D7D (or 0xC16D7D) is known color: Tapestry. HEX triplet: C1, 6D and 7D. RGB value is (193,109,125). Sum of RGB (Red+Green+Blue) = 193+109+125=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16D7D is #3E9282. Grayscale: #878787. Windows color (decimal): -4100739 or 8220097. OLE color: 8220097.

HSL color Cylindrical-coordinate representation of color #C16D7D: hue angle of 348.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16D7D is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 109 125 -
CMYK 0 0.44 0.35 0.24
HSL 348.57º 0.4% 0.59% -
HSV(B) 348.57º 0.44% 0.76% -
XYZ 31.16 23.76 22.34 -
YUV 135.94 121.83 168.7 -
System Red Green Blue C M Y K H S L
Decimal 193 109 125 0 0.44 0.35 0.24 348.57 0.4 0.59
Hex C1 6D 7D 0 2C 23 18 15D 28 3B
Octal 301 155 175 0 54 43 30 535 50 73
Binary 11000001 1101101 1111101 0 101100 100011 11000 101011101 101000 111011

Color Harmonies of #C16D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16D7D

Black with #C16D7D

Text Example


Text Example

White with #C16D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16D7D; }

 p { color: rgb(193,109,125); }

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

background-color css

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

 a { background-color: rgb(193,109,125); }

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

border-color css

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

 span { border-color: rgb(193,109,125); }

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