Html Css Color HEX #C16DAA Bouquet

📋 copy color: '#C16DAA'

red 193 ◦ green 109 ◦ blue 170

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

Shades of Bouquet #C16DAA

Tints of Bouquet #C16DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.09%

 BLUE value IS 170 (66.8% from 255) = 36.02%

R = 40.89%
G = 23.09%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C16DAA (or 0xC16DAA) is known color: Bouquet. HEX triplet: C1, 6D and AA. RGB value is (193,109,170). Sum of RGB (Red+Green+Blue) = 193+109+170=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C16DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16DAA is #3E9255. Grayscale: #8C8C8C. Windows color (decimal): -4100694 or 11169217. OLE color: 11169217.

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

Color convert

RGB 193 109 170 -
CMYK 0 0.44 0.12 0.24
HSL 316.43º 0.4% 0.59% -
HSV(B) 316.43º 0.44% 0.76% -
XYZ 34.72 25.18 41.06 -
YUV 141.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 193 109 170 0 0.44 0.12 0.24 316.43 0.4 0.59
Hex C1 6D AA 0 2C C 18 13C 28 3B
Octal 301 155 252 0 54 14 30 474 50 73
Binary 11000001 1101101 10101010 0 101100 1100 11000 100111100 101000 111011

Color Harmonies of #C16DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16DAA

Black with #C16DAA

Text Example


Text Example

White with #C16DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16DAA; }

 p { color: rgb(193,109,170); }

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

background-color css

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

 a { background-color: rgb(193,109,170); }

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

border-color css

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

 span { border-color: rgb(193,109,170); }

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