Html Css Color HEX #C16683 Tapestry

📋 copy color: '#C16683'

red 193 ◦ green 102 ◦ blue 131

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

Shades of Tapestry #C16683

Tints of Tapestry #C16683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.94%

 BLUE value IS 131 (51.56% from 255) = 30.75%

R = 45.31%
G = 23.94%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C16683 (or 0xC16683) is known color: Tapestry. HEX triplet: C1, 66 and 83. RGB value is (193,102,131). Sum of RGB (Red+Green+Blue) = 193+102+131=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C16683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16683 is #3E997C. Grayscale: #848484. Windows color (decimal): -4102525 or 8611521. OLE color: 8611521.

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

Color convert

RGB 193 102 131 -
CMYK 0 0.47 0.32 0.24
HSL 340.88º 0.42% 0.58% -
HSV(B) 340.88º 0.47% 0.76% -
XYZ 30.84 22.48 24.19 -
YUV 132.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 193 102 131 0 0.47 0.32 0.24 340.88 0.42 0.58
Hex C1 66 83 0 2F 20 18 155 2A 3A
Octal 301 146 203 0 57 40 30 525 52 72
Binary 11000001 1100110 10000011 0 101111 100000 11000 101010101 101010 111010

Color Harmonies of #C16683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16683

Black with #C16683

Text Example


Text Example

White with #C16683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16683; }

 p { color: rgb(193,102,131); }

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

background-color css

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

 a { background-color: rgb(193,102,131); }

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

border-color css

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

 span { border-color: rgb(193,102,131); }

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