Html Css Color HEX #C57CB9 London Hue

📋 copy color: '#C57CB9'

red 197 ◦ green 124 ◦ blue 185

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

Shades of London Hue #C57CB9

Tints of London Hue #C57CB9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.51%

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

R = 38.93%
G = 24.51%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C57CB9 (or 0xC57CB9) is known color: London Hue. HEX triplet: C5, 7C and B9. RGB value is (197,124,185). Sum of RGB (Red+Green+Blue) = 197+124+185=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C57CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57CB9 is #3A8346. Grayscale: #989898. Windows color (decimal): -3834695 or 12156101. OLE color: 12156101.

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

Color convert

RGB 197 124 185 -
CMYK 0 0.37 0.06 0.23
HSL 309.86º 0.39% 0.63% -
HSV(B) 309.86º 0.37% 0.77% -
XYZ 38.99 29.79 49.59 -
YUV 152.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 197 124 185 0 0.37 0.06 0.23 309.86 0.39 0.63
Hex C5 7C B9 0 25 6 17 136 27 3F
Octal 305 174 271 0 45 6 27 466 47 77
Binary 11000101 1111100 10111001 0 100101 110 10111 100110110 100111 111111

Color Harmonies of #C57CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57CB9

Black with #C57CB9

Text Example


Text Example

White with #C57CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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