Html Css Color HEX #C57BAB Bouquet

📋 copy color: '#C57BAB'

red 197 ◦ green 123 ◦ blue 171

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

Shades of Bouquet #C57BAB

Tints of Bouquet #C57BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.05%

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

R = 40.12%
G = 25.05%
B = 34.83%

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

#C57BAB (or 0xC57BAB) is known color: Bouquet. HEX triplet: C5, 7B and AB. RGB value is (197,123,171). Sum of RGB (Red+Green+Blue) = 197+123+171=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C57BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57BAB is #3A8454. Grayscale: #969696. Windows color (decimal): -3834965 or 11238341. OLE color: 11238341.

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

Color convert

RGB 197 123 171 -
CMYK 0 0.38 0.13 0.23
HSL 321.08º 0.39% 0.63% -
HSV(B) 321.08º 0.38% 0.77% -
XYZ 37.46 28.98 42.15 -
YUV 150.6 139.52 161.1 -
System Red Green Blue C M Y K H S L
Decimal 197 123 171 0 0.38 0.13 0.23 321.08 0.39 0.63
Hex C5 7B AB 0 26 D 17 141 27 3F
Octal 305 173 253 0 46 15 27 501 47 77
Binary 11000101 1111011 10101011 0 100110 1101 10111 101000001 100111 111111

Color Harmonies of #C57BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57BAB

Black with #C57BAB

Text Example


Text Example

White with #C57BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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