Html Css Color HEX #C57FB9 London Hue

📋 copy color: '#C57FB9'

red 197 ◦ green 127 ◦ blue 185

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

Shades of London Hue #C57FB9

Tints of London Hue #C57FB9

RGB

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

 GREEN value IS 127 (50% from 255) = 24.95%

 BLUE value IS 185 (72.66% from 255) = 36.35%

R = 38.7%
G = 24.95%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C57FB9 (or 0xC57FB9) is known color: London Hue. HEX triplet: C5, 7F and B9. RGB value is (197,127,185). Sum of RGB (Red+Green+Blue) = 197+127+185=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C57FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FB9 is #3A8046. Grayscale: #9A9A9A. Windows color (decimal): -3833927 or 12156869. OLE color: 12156869.

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

Color convert

RGB 197 127 185 -
CMYK 0 0.36 0.06 0.23
HSL 310.29º 0.38% 0.64% -
HSV(B) 310.29º 0.36% 0.77% -
XYZ 39.37 30.55 49.72 -
YUV 154.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 197 127 185 0 0.36 0.06 0.23 310.29 0.38 0.64
Hex C5 7F B9 0 24 6 17 136 26 40
Octal 305 177 271 0 44 6 27 466 46 100
Binary 11000101 1111111 10111001 0 100100 110 10111 100110110 100110 1000000

Color Harmonies of #C57FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57FB9

Black with #C57FB9

Text Example


Text Example

White with #C57FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57FB9; }

 p { color: rgb(197,127,185); }

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

background-color css

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

 a { background-color: rgb(197,127,185); }

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

border-color css

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

 span { border-color: rgb(197,127,185); }

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