#C57BBA

Color #C57BBA London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #C57BBA

Tints of London Hue #C57BBA

Color information

#C57BBA (or 0xC57BBA) is unknown color: approx London Hue. HEX triplet: C5, 7B and BA. RGB value is (197,123,186). Sum of RGB (Red+Green+Blue) = 197+123+186=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C57BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57BBA is #3A8445. Grayscale: #989898. Windows color (decimal): -3834950 or 12221381. OLE color: 12221381.

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

Color convert

RGB197123186-
CMYK00.380.060.23
HSL308.92º38.95%62.75%-
HSV(B)308.92º37.56%77.25%-
XYZ38.9729.5850.11-
YUV152.31147.02159.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.93%
GREEN value IS 123 (48.44% from 255) = 24.31%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=38.93%
G=24.31%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712318600.380.060.23308.9238.9562.75
HexC57BBA026617135273f
Octal3051732720466274654777
Binary11000101111101110111010010011011010111100110101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57BBA; }

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

 H1.HeaderClassName
 {
   color: #C57BBA;
 }
 .AnyTagClassName
 {
   color: #C57BBA;
 }
</style>
background-color css

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

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

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

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

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

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