Html Css Color HEX #C174AA Bouquet

📋 copy color: '#C174AA'

red 193 ◦ green 116 ◦ blue 170

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

Shades of Bouquet #C174AA

Tints of Bouquet #C174AA

RGB

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

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

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

R = 40.29%
G = 24.22%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C174AA (or 0xC174AA) is known color: Bouquet. HEX triplet: C1, 74 and AA. RGB value is (193,116,170). Sum of RGB (Red+Green+Blue) = 193+116+170=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C174AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C174AA is #3E8B55. Grayscale: #919191. Windows color (decimal): -4098902 or 11171009. OLE color: 11171009.

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

Color convert

RGB 193 116 170 -
CMYK 0 0.40 0.12 0.24
HSL 317.92º 0.38% 0.61% -
HSV(B) 317.92º 0.4% 0.76% -
XYZ 35.49 26.73 41.32 -
YUV 145.18 142.01 162.11 -
System Red Green Blue C M Y K H S L
Decimal 193 116 170 0 0.40 0.12 0.24 317.92 0.38 0.61
Hex C1 74 AA 0 28 C 18 13E 26 3D
Octal 301 164 252 0 50 14 30 476 46 75
Binary 11000001 1110100 10101010 0 101000 1100 11000 100111110 100110 111101

Color Harmonies of #C174AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C174AA

Black with #C174AA

Text Example


Text Example

White with #C174AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C174AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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