Html Css Color HEX #C16DAB Bouquet

📋 copy color: '#C16DAB'

red 193 ◦ green 109 ◦ blue 171

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

Shades of Bouquet #C16DAB

Tints of Bouquet #C16DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.15%

R = 40.8%
G = 23.04%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C16DAB (or 0xC16DAB) is known color: Bouquet. HEX triplet: C1, 6D and AB. RGB value is (193,109,171). Sum of RGB (Red+Green+Blue) = 193+109+171=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C16DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16DAB is #3E9254. Grayscale: #8D8D8D. Windows color (decimal): -4100693 or 11234753. OLE color: 11234753.

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

Color convert

RGB 193 109 171 -
CMYK 0 0.44 0.11 0.24
HSL 315.71º 0.4% 0.59% -
HSV(B) 315.71º 0.44% 0.76% -
XYZ 34.81 25.22 41.56 -
YUV 141.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 193 109 171 0 0.44 0.11 0.24 315.71 0.4 0.59
Hex C1 6D AB 0 2C B 18 13C 28 3B
Octal 301 155 253 0 54 13 30 474 50 73
Binary 11000001 1101101 10101011 0 101100 1011 11000 100111100 101000 111011

Color Harmonies of #C16DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16DAB

Black with #C16DAB

Text Example


Text Example

White with #C16DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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