Html Css Color HEX #C16FAD Bouquet

📋 copy color: '#C16FAD'

red 193 ◦ green 111 ◦ blue 173

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

Shades of Bouquet #C16FAD

Tints of Bouquet #C16FAD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.27%

 BLUE value IS 173 (67.97% from 255) = 36.27%

R = 40.46%
G = 23.27%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C16FAD (or 0xC16FAD) is known color: Bouquet. HEX triplet: C1, 6F and AD. RGB value is (193,111,173). Sum of RGB (Red+Green+Blue) = 193+111+173=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C16FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16FAD is #3E9052. Grayscale: #8E8E8E. Windows color (decimal): -4100179 or 11366337. OLE color: 11366337.

HSL color Cylindrical-coordinate representation of color #C16FAD: hue angle of 314.63º 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 #C16FAD is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 111 173 -
CMYK 0 0.42 0.10 0.24
HSL 314.63º 0.4% 0.6% -
HSV(B) 314.63º 0.42% 0.76% -
XYZ 35.22 25.72 42.64 -
YUV 142.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 193 111 173 0 0.42 0.10 0.24 314.63 0.4 0.6
Hex C1 6F AD 0 2A A 18 13B 28 3C
Octal 301 157 255 0 52 12 30 473 50 74
Binary 11000001 1101111 10101101 0 101010 1010 11000 100111011 101000 111100

Color Harmonies of #C16FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16FAD

Black with #C16FAD

Text Example


Text Example

White with #C16FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16FAD; }

 p { color: rgb(193,111,173); }

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

background-color css

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

 a { background-color: rgb(193,111,173); }

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

border-color css

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

 span { border-color: rgb(193,111,173); }

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