Html Css Color HEX #C16283 Tapestry

📋 copy color: '#C16283'

red 193 ◦ green 98 ◦ blue 131

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

Shades of Tapestry #C16283

Tints of Tapestry #C16283

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.22%

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

R = 45.73%
G = 23.22%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C16283 (or 0xC16283) is known color: Tapestry. HEX triplet: C1, 62 and 83. RGB value is (193,98,131). Sum of RGB (Red+Green+Blue) = 193+98+131=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C16283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16283 is #3E9D7C. Grayscale: #828282. Windows color (decimal): -4103549 or 8610497. OLE color: 8610497.

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

Color convert

RGB 193 98 131 -
CMYK 0 0.49 0.32 0.24
HSL 339.16º 0.43% 0.57% -
HSV(B) 339.16º 0.49% 0.76% -
XYZ 30.46 21.71 24.06 -
YUV 130.17 128.47 172.82 -
System Red Green Blue C M Y K H S L
Decimal 193 98 131 0 0.49 0.32 0.24 339.16 0.43 0.57
Hex C1 62 83 0 31 20 18 153 2B 39
Octal 301 142 203 0 61 40 30 523 53 71
Binary 11000001 1100010 10000011 0 110001 100000 11000 101010011 101011 111001

Color Harmonies of #C16283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16283

Black with #C16283

Text Example


Text Example

White with #C16283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16283; }

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

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

background-color css

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

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

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

border-color css

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

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

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