Html Css Color HEX #C176AA Bouquet

📋 copy color: '#C176AA'

red 193 ◦ green 118 ◦ blue 170

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

Shades of Bouquet #C176AA

Tints of Bouquet #C176AA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.53%

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

R = 40.12%
G = 24.53%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C176AA (or 0xC176AA) is known color: Bouquet. HEX triplet: C1, 76 and AA. RGB value is (193,118,170). Sum of RGB (Red+Green+Blue) = 193+118+170=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C176AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C176AA is #3E8955. Grayscale: #929292. Windows color (decimal): -4098390 or 11171521. OLE color: 11171521.

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

Color convert

RGB 193 118 170 -
CMYK 0 0.39 0.12 0.24
HSL 318.4º 0.38% 0.61% -
HSV(B) 318.4º 0.39% 0.76% -
XYZ 35.73 27.2 41.4 -
YUV 146.35 141.35 161.27 -
System Red Green Blue C M Y K H S L
Decimal 193 118 170 0 0.39 0.12 0.24 318.4 0.38 0.61
Hex C1 76 AA 0 27 C 18 13E 26 3D
Octal 301 166 252 0 47 14 30 476 46 75
Binary 11000001 1110110 10101010 0 100111 1100 11000 100111110 100110 111101

Color Harmonies of #C176AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C176AA

Black with #C176AA

Text Example


Text Example

White with #C176AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C176AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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