Html Css Color HEX #C57CB6 London Hue

📋 copy color: '#C57CB6'

red 197 ◦ green 124 ◦ blue 182

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

Shades of London Hue #C57CB6

Tints of London Hue #C57CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.18%

R = 39.17%
G = 24.65%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C57CB6 (or 0xC57CB6) is known color: London Hue. HEX triplet: C5, 7C and B6. RGB value is (197,124,182). Sum of RGB (Red+Green+Blue) = 197+124+182=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C57CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57CB6 is #3A8349. Grayscale: #989898. Windows color (decimal): -3834698 or 11959493. OLE color: 11959493.

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

Color convert

RGB 197 124 182 -
CMYK 0 0.37 0.08 0.23
HSL 312.33º 0.39% 0.63% -
HSV(B) 312.33º 0.37% 0.77% -
XYZ 38.68 29.66 47.94 -
YUV 152.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 197 124 182 0 0.37 0.08 0.23 312.33 0.39 0.63
Hex C5 7C B6 0 25 8 17 138 27 3F
Octal 305 174 266 0 45 10 27 470 47 77
Binary 11000101 1111100 10110110 0 100101 1000 10111 100111000 100111 111111

Color Harmonies of #C57CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57CB6

Black with #C57CB6

Text Example


Text Example

White with #C57CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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