Html Css Color HEX #C175AC Bouquet

📋 copy color: '#C175AC'

red 193 ◦ green 117 ◦ blue 172

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

Shades of Bouquet #C175AC

Tints of Bouquet #C175AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.27%

 BLUE value IS 172 (67.58% from 255) = 35.68%

R = 40.04%
G = 24.27%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C175AC (or 0xC175AC) is known color: Bouquet. HEX triplet: C1, 75 and AC. RGB value is (193,117,172). Sum of RGB (Red+Green+Blue) = 193+117+172=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C175AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C175AC is #3E8A53. Grayscale: #919191. Windows color (decimal): -4098644 or 11302337. OLE color: 11302337.

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

Color convert

RGB 193 117 172 -
CMYK 0 0.39 0.11 0.24
HSL 316.58º 0.38% 0.61% -
HSV(B) 316.58º 0.39% 0.76% -
XYZ 35.8 27.04 42.36 -
YUV 145.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 193 117 172 0 0.39 0.11 0.24 316.58 0.38 0.61
Hex C1 75 AC 0 27 B 18 13D 26 3D
Octal 301 165 254 0 47 13 30 475 46 75
Binary 11000001 1110101 10101100 0 100111 1011 11000 100111101 100110 111101

Color Harmonies of #C175AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C175AC

Black with #C175AC

Text Example


Text Example

White with #C175AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C175AC; }

 p { color: rgb(193,117,172); }

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

background-color css

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

 a { background-color: rgb(193,117,172); }

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

border-color css

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

 span { border-color: rgb(193,117,172); }

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