Html Css Color HEX #C16CAB Bouquet

📋 copy color: '#C16CAB'

red 193 ◦ green 108 ◦ blue 171

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

Shades of Bouquet #C16CAB

Tints of Bouquet #C16CAB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.88%

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

R = 40.89%
G = 22.88%
B = 36.23%

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

#C16CAB (or 0xC16CAB) is known color: Bouquet. HEX triplet: C1, 6C and AB. RGB value is (193,108,171). Sum of RGB (Red+Green+Blue) = 193+108+171=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16CAB is #3E9354. Grayscale: #8C8C8C. Windows color (decimal): -4100949 or 11234497. OLE color: 11234497.

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

Color convert

RGB 193 108 171 -
CMYK 0 0.44 0.11 0.24
HSL 315.53º 0.41% 0.59% -
HSV(B) 315.53º 0.44% 0.76% -
XYZ 34.71 25 41.52 -
YUV 140.6 145.16 165.38 -
System Red Green Blue C M Y K H S L
Decimal 193 108 171 0 0.44 0.11 0.24 315.53 0.41 0.59
Hex C1 6C AB 0 2C B 18 13C 29 3B
Octal 301 154 253 0 54 13 30 474 51 73
Binary 11000001 1101100 10101011 0 101100 1011 11000 100111100 101001 111011

Color Harmonies of #C16CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16CAB

Black with #C16CAB

Text Example


Text Example

White with #C16CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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