Html Css Color HEX #C57AAC Bouquet

📋 copy color: '#C57AAC'

red 197 ◦ green 122 ◦ blue 172

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

Shades of Bouquet #C57AAC

Tints of Bouquet #C57AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.85%

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

R = 40.12%
G = 24.85%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C57AAC (or 0xC57AAC) is known color: Bouquet. HEX triplet: C5, 7A and AC. RGB value is (197,122,172). Sum of RGB (Red+Green+Blue) = 197+122+172=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C57AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57AAC is #3A8553. Grayscale: #969696. Windows color (decimal): -3835220 or 11303621. OLE color: 11303621.

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

Color convert

RGB 197 122 172 -
CMYK 0 0.38 0.13 0.23
HSL 320º 0.39% 0.63% -
HSV(B) 320º 0.38% 0.77% -
XYZ 37.43 28.77 42.61 -
YUV 150.13 140.35 161.43 -
System Red Green Blue C M Y K H S L
Decimal 197 122 172 0 0.38 0.13 0.23 320 0.39 0.63
Hex C5 7A AC 0 26 D 17 140 27 3F
Octal 305 172 254 0 46 15 27 500 47 77
Binary 11000101 1111010 10101100 0 100110 1101 10111 101000000 100111 111111

Color Harmonies of #C57AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57AAC

Black with #C57AAC

Text Example


Text Example

White with #C57AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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