Html Css Color HEX #C16C7E Tapestry

📋 copy color: '#C16C7E'

red 193 ◦ green 108 ◦ blue 126

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

Shades of Tapestry #C16C7E

Tints of Tapestry #C16C7E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.29%

 BLUE value IS 126 (49.61% from 255) = 29.51%

R = 45.2%
G = 25.29%
B = 29.51%

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

#C16C7E (or 0xC16C7E) is known color: Tapestry. HEX triplet: C1, 6C and 7E. RGB value is (193,108,126). Sum of RGB (Red+Green+Blue) = 193+108+126=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16C7E is #3E9381. Grayscale: #878787. Windows color (decimal): -4100994 or 8285377. OLE color: 8285377.

HSL color Cylindrical-coordinate representation of color #C16C7E: hue angle of 347.29º degrees, saturation: 0.41, 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 #C16C7E is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 108 126 -
CMYK 0 0.44 0.35 0.24
HSL 347.29º 0.41% 0.59% -
HSV(B) 347.29º 0.44% 0.76% -
XYZ 31.12 23.57 22.65 -
YUV 135.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 193 108 126 0 0.44 0.35 0.24 347.29 0.41 0.59
Hex C1 6C 7E 0 2C 23 18 15B 29 3B
Octal 301 154 176 0 54 43 30 533 51 73
Binary 11000001 1101100 1111110 0 101100 100011 11000 101011011 101001 111011

Color Harmonies of #C16C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16C7E

Black with #C16C7E

Text Example


Text Example

White with #C16C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16C7E; }

 p { color: rgb(193,108,126); }

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

background-color css

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

 a { background-color: rgb(193,108,126); }

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

border-color css

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

 span { border-color: rgb(193,108,126); }

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