Html Css Color HEX #C576AD Bouquet

📋 copy color: '#C576AD'

red 197 ◦ green 118 ◦ blue 173

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

Shades of Bouquet #C576AD

Tints of Bouquet #C576AD

RGB

 RED value IS 197 (77.34% from 255) = 40.37%

 GREEN value IS 118 (46.48% from 255) = 24.18%

 BLUE value IS 173 (67.97% from 255) = 35.45%

R = 40.37%
G = 24.18%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C576AD (or 0xC576AD) is known color: Bouquet. HEX triplet: C5, 76 and AD. RGB value is (197,118,173). Sum of RGB (Red+Green+Blue) = 197+118+173=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C576AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C576AD is #3A8952. Grayscale: #939393. Windows color (decimal): -3836243 or 11368133. OLE color: 11368133.

HSL color Cylindrical-coordinate representation of color #C576AD: hue angle of 318.23º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C576AD is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 118 173 -
CMYK 0 0.40 0.12 0.23
HSL 318.23º 0.41% 0.62% -
HSV(B) 318.23º 0.4% 0.77% -
XYZ 37.05 27.84 42.96 -
YUV 147.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 197 118 173 0 0.40 0.12 0.23 318.23 0.41 0.62
Hex C5 76 AD 0 28 C 17 13E 29 3E
Octal 305 166 255 0 50 14 27 476 51 76
Binary 11000101 1110110 10101101 0 101000 1100 10111 100111110 101001 111110

Color Harmonies of #C576AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C576AD

Black with #C576AD

Text Example


Text Example

White with #C576AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C576AD; }

 p { color: rgb(197,118,173); }

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

background-color css

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

 a { background-color: rgb(197,118,173); }

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

border-color css

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

 span { border-color: rgb(197,118,173); }

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