Html Css Color HEX #C172AE Bouquet

📋 copy color: '#C172AE'

red 193 ◦ green 114 ◦ blue 174

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

Shades of Bouquet #C172AE

Tints of Bouquet #C172AE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.7%

 BLUE value IS 174 (68.36% from 255) = 36.17%

R = 40.12%
G = 23.7%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C172AE (or 0xC172AE) is known color: Bouquet. HEX triplet: C1, 72 and AE. RGB value is (193,114,174). Sum of RGB (Red+Green+Blue) = 193+114+174=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C172AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C172AE is #3E8D51. Grayscale: #909090. Windows color (decimal): -4099410 or 11432641. OLE color: 11432641.

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

Color convert

RGB 193 114 174 -
CMYK 0 0.41 0.10 0.24
HSL 314.43º 0.39% 0.6% -
HSV(B) 314.43º 0.41% 0.76% -
XYZ 35.65 26.43 43.27 -
YUV 144.46 144.67 162.62 -
System Red Green Blue C M Y K H S L
Decimal 193 114 174 0 0.41 0.10 0.24 314.43 0.39 0.6
Hex C1 72 AE 0 29 A 18 13A 27 3C
Octal 301 162 256 0 51 12 30 472 47 74
Binary 11000001 1110010 10101110 0 101001 1010 11000 100111010 100111 111100

Color Harmonies of #C172AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C172AE

Black with #C172AE

Text Example


Text Example

White with #C172AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C172AE; }

 p { color: rgb(193,114,174); }

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

background-color css

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

 a { background-color: rgb(193,114,174); }

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

border-color css

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

 span { border-color: rgb(193,114,174); }

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