Html Css Color HEX #C57DAB Bouquet

📋 copy color: '#C57DAB'

red 197 ◦ green 125 ◦ blue 171

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

Shades of Bouquet #C57DAB

Tints of Bouquet #C57DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.35%

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

R = 39.96%
G = 25.35%
B = 34.69%

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

#C57DAB (or 0xC57DAB) is known color: Bouquet. HEX triplet: C5, 7D and AB. RGB value is (197,125,171). Sum of RGB (Red+Green+Blue) = 197+125+171=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C57DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57DAB is #3A8254. Grayscale: #979797. Windows color (decimal): -3834453 or 11238853. OLE color: 11238853.

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

Color convert

RGB 197 125 171 -
CMYK 0 0.37 0.13 0.23
HSL 321.67º 0.38% 0.63% -
HSV(B) 321.67º 0.37% 0.77% -
XYZ 37.71 29.48 42.23 -
YUV 151.77 138.85 160.26 -
System Red Green Blue C M Y K H S L
Decimal 197 125 171 0 0.37 0.13 0.23 321.67 0.38 0.63
Hex C5 7D AB 0 25 D 17 142 26 3F
Octal 305 175 253 0 45 15 27 502 46 77
Binary 11000101 1111101 10101011 0 100101 1101 10111 101000010 100110 111111

Color Harmonies of #C57DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57DAB

Black with #C57DAB

Text Example


Text Example

White with #C57DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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