Html Css Color HEX #C175AA Bouquet

📋 copy color: '#C175AA'

red 193 ◦ green 117 ◦ blue 170

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

Shades of Bouquet #C175AA

Tints of Bouquet #C175AA

RGB

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

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

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

R = 40.21%
G = 24.38%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C175AA (or 0xC175AA) is known color: Bouquet. HEX triplet: C1, 75 and AA. RGB value is (193,117,170). Sum of RGB (Red+Green+Blue) = 193+117+170=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C175AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C175AA is #3E8A55. Grayscale: #919191. Windows color (decimal): -4098646 or 11171265. OLE color: 11171265.

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

Color convert

RGB 193 117 170 -
CMYK 0 0.39 0.12 0.24
HSL 318.16º 0.38% 0.61% -
HSV(B) 318.16º 0.39% 0.76% -
XYZ 35.61 26.96 41.36 -
YUV 145.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 193 117 170 0 0.39 0.12 0.24 318.16 0.38 0.61
Hex C1 75 AA 0 27 C 18 13E 26 3D
Octal 301 165 252 0 47 14 30 476 46 75
Binary 11000001 1110101 10101010 0 100111 1100 11000 100111110 100110 111101

Color Harmonies of #C175AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C175AA

Black with #C175AA

Text Example


Text Example

White with #C175AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C175AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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