Html Css Color HEX #C1707C Tapestry

📋 copy color: '#C1707C'

red 193 ◦ green 112 ◦ blue 124

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

Shades of Tapestry #C1707C

Tints of Tapestry #C1707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.11%

 BLUE value IS 124 (48.83% from 255) = 28.9%

R = 44.99%
G = 26.11%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1707C (or 0xC1707C) is known color: Tapestry. HEX triplet: C1, 70 and 7C. RGB value is (193,112,124). Sum of RGB (Red+Green+Blue) = 193+112+124=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C1707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1707C is #3E8F83. Grayscale: #898989. Windows color (decimal): -4099972 or 8155329. OLE color: 8155329.

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

Color convert

RGB 193 112 124 -
CMYK 0 0.42 0.36 0.24
HSL 351.11º 0.4% 0.6% -
HSV(B) 351.11º 0.42% 0.76% -
XYZ 31.42 24.38 22.12 -
YUV 137.59 120.34 167.52 -
System Red Green Blue C M Y K H S L
Decimal 193 112 124 0 0.42 0.36 0.24 351.11 0.4 0.6
Hex C1 70 7C 0 2A 24 18 15F 28 3C
Octal 301 160 174 0 52 44 30 537 50 74
Binary 11000001 1110000 1111100 0 101010 100100 11000 101011111 101000 111100

Color Harmonies of #C1707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1707C

Black with #C1707C

Text Example


Text Example

White with #C1707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1707C; }

 p { color: rgb(193,112,124); }

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

background-color css

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

 a { background-color: rgb(193,112,124); }

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

border-color css

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

 span { border-color: rgb(193,112,124); }

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