Html Css Color HEX #C57CAC Bouquet

📋 copy color: '#C57CAC'

red 197 ◦ green 124 ◦ blue 172

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

Shades of Bouquet #C57CAC

Tints of Bouquet #C57CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.15%

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

R = 39.96%
G = 25.15%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C57CAC (or 0xC57CAC) is known color: Bouquet. HEX triplet: C5, 7C and AC. RGB value is (197,124,172). Sum of RGB (Red+Green+Blue) = 197+124+172=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C57CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57CAC is #3A8353. Grayscale: #979797. Windows color (decimal): -3834708 or 11304133. OLE color: 11304133.

HSL color Cylindrical-coordinate representation of color #C57CAC: hue angle of 320.55º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57CAC is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 124 172 -
CMYK 0 0.37 0.13 0.23
HSL 320.55º 0.39% 0.63% -
HSV(B) 320.55º 0.37% 0.77% -
XYZ 37.68 29.26 42.69 -
YUV 151.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 197 124 172 0 0.37 0.13 0.23 320.55 0.39 0.63
Hex C5 7C AC 0 25 D 17 141 27 3F
Octal 305 174 254 0 45 15 27 501 47 77
Binary 11000101 1111100 10101100 0 100101 1101 10111 101000001 100111 111111

Color Harmonies of #C57CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57CAC

Black with #C57CAC

Text Example


Text Example

White with #C57CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57CAC; }

 p { color: rgb(197,124,172); }

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

background-color css

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

 a { background-color: rgb(197,124,172); }

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

border-color css

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

 span { border-color: rgb(197,124,172); }

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