Html Css Color HEX #C57BAD Bouquet

📋 copy color: '#C57BAD'

red 197 ◦ green 123 ◦ blue 173

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

Shades of Bouquet #C57BAD

Tints of Bouquet #C57BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.09%

R = 39.96%
G = 24.95%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C57BAD (or 0xC57BAD) is known color: Bouquet. HEX triplet: C5, 7B and AD. RGB value is (197,123,173). Sum of RGB (Red+Green+Blue) = 197+123+173=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C57BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57BAD is #3A8452. Grayscale: #969696. Windows color (decimal): -3834963 or 11369413. OLE color: 11369413.

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

Color convert

RGB 197 123 173 -
CMYK 0 0.38 0.12 0.23
HSL 319.46º 0.39% 0.63% -
HSV(B) 319.46º 0.38% 0.77% -
XYZ 37.65 29.05 43.16 -
YUV 150.83 140.52 160.93 -
System Red Green Blue C M Y K H S L
Decimal 197 123 173 0 0.38 0.12 0.23 319.46 0.39 0.63
Hex C5 7B AD 0 26 C 17 13F 27 3F
Octal 305 173 255 0 46 14 27 477 47 77
Binary 11000101 1111011 10101101 0 100110 1100 10111 100111111 100111 111111

Color Harmonies of #C57BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57BAD

Black with #C57BAD

Text Example


Text Example

White with #C57BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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