Html Css Color HEX #C174AE Bouquet

📋 copy color: '#C174AE'

red 193 ◦ green 116 ◦ blue 174

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

Shades of Bouquet #C174AE

Tints of Bouquet #C174AE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.02%

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

R = 39.96%
G = 24.02%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C174AE (or 0xC174AE) is known color: Bouquet. HEX triplet: C1, 74 and AE. RGB value is (193,116,174). Sum of RGB (Red+Green+Blue) = 193+116+174=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C174AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C174AE is #3E8B51. Grayscale: #919191. Windows color (decimal): -4098898 or 11433153. OLE color: 11433153.

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

Color convert

RGB 193 116 174 -
CMYK 0 0.40 0.10 0.24
HSL 314.81º 0.38% 0.61% -
HSV(B) 314.81º 0.4% 0.76% -
XYZ 35.88 26.88 43.34 -
YUV 145.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 193 116 174 0 0.40 0.10 0.24 314.81 0.38 0.61
Hex C1 74 AE 0 28 A 18 13B 26 3D
Octal 301 164 256 0 50 12 30 473 46 75
Binary 11000001 1110100 10101110 0 101000 1010 11000 100111011 100110 111101

Color Harmonies of #C174AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C174AE

Black with #C174AE

Text Example


Text Example

White with #C174AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C174AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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