Html Css Color HEX #C57AAB Bouquet

📋 copy color: '#C57AAB'

red 197 ◦ green 122 ◦ blue 171

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

Shades of Bouquet #C57AAB

Tints of Bouquet #C57AAB

RGB

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

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

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

R = 40.2%
G = 24.9%
B = 34.9%

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

#C57AAB (or 0xC57AAB) is known color: Bouquet. HEX triplet: C5, 7A and AB. RGB value is (197,122,171). Sum of RGB (Red+Green+Blue) = 197+122+171=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C57AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57AAB is #3A8554. Grayscale: #959595. Windows color (decimal): -3835221 or 11238085. OLE color: 11238085.

HSL color Cylindrical-coordinate representation of color #C57AAB: hue angle of 320.8º 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 #C57AAB is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 122 171 -
CMYK 0 0.38 0.13 0.23
HSL 320.8º 0.39% 0.63% -
HSV(B) 320.8º 0.38% 0.77% -
XYZ 37.34 28.73 42.11 -
YUV 150.01 139.85 161.52 -
System Red Green Blue C M Y K H S L
Decimal 197 122 171 0 0.38 0.13 0.23 320.8 0.39 0.63
Hex C5 7A AB 0 26 D 17 141 27 3F
Octal 305 172 253 0 46 15 27 501 47 77
Binary 11000101 1111010 10101011 0 100110 1101 10111 101000001 100111 111111

Color Harmonies of #C57AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57AAB

Black with #C57AAB

Text Example


Text Example

White with #C57AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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