Html Css Color HEX #C16885 Tapestry

📋 copy color: '#C16885'

red 193 ◦ green 104 ◦ blue 133

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

Shades of Tapestry #C16885

Tints of Tapestry #C16885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.19%

 BLUE value IS 133 (52.34% from 255) = 30.93%

R = 44.88%
G = 24.19%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C16885 (or 0xC16885) is known color: Tapestry. HEX triplet: C1, 68 and 85. RGB value is (193,104,133). Sum of RGB (Red+Green+Blue) = 193+104+133=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C16885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16885 is #3E977A. Grayscale: #858585. Windows color (decimal): -4102011 or 8743105. OLE color: 8743105.

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

Color convert

RGB 193 104 133 -
CMYK 0 0.46 0.31 0.24
HSL 340.45º 0.42% 0.58% -
HSV(B) 340.45º 0.46% 0.76% -
XYZ 31.18 22.93 24.97 -
YUV 133.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 193 104 133 0 0.46 0.31 0.24 340.45 0.42 0.58
Hex C1 68 85 0 2E 1F 18 154 2A 3A
Octal 301 150 205 0 56 37 30 524 52 72
Binary 11000001 1101000 10000101 0 101110 11111 11000 101010100 101010 111010

Color Harmonies of #C16885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16885

Black with #C16885

Text Example


Text Example

White with #C16885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16885; }

 p { color: rgb(193,104,133); }

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

background-color css

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

 a { background-color: rgb(193,104,133); }

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

border-color css

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

 span { border-color: rgb(193,104,133); }

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