Html Css Color HEX #C175AB Bouquet

📋 copy color: '#C175AB'

red 193 ◦ green 117 ◦ blue 171

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

Shades of Bouquet #C175AB

Tints of Bouquet #C175AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.55%

R = 40.12%
G = 24.32%
B = 35.55%

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

#C175AB (or 0xC175AB) is known color: Bouquet. HEX triplet: C1, 75 and AB. RGB value is (193,117,171). Sum of RGB (Red+Green+Blue) = 193+117+171=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C175AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C175AB is #3E8A54. Grayscale: #919191. Windows color (decimal): -4098645 or 11236801. OLE color: 11236801.

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

Color convert

RGB 193 117 171 -
CMYK 0 0.39 0.11 0.24
HSL 317.37º 0.38% 0.61% -
HSV(B) 317.37º 0.39% 0.76% -
XYZ 35.7 27 41.86 -
YUV 145.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 193 117 171 0 0.39 0.11 0.24 317.37 0.38 0.61
Hex C1 75 AB 0 27 B 18 13D 26 3D
Octal 301 165 253 0 47 13 30 475 46 75
Binary 11000001 1110101 10101011 0 100111 1011 11000 100111101 100110 111101

Color Harmonies of #C175AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C175AB

Black with #C175AB

Text Example


Text Example

White with #C175AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C175AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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