#C37BBA

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

Shades of London Hue #C37BBA

Tints of London Hue #C37BBA

Color information

#C37BBA (or 0xC37BBA) is unknown color: approx London Hue. HEX triplet: C3, 7B and BA. RGB value is (195,123,186). Sum of RGB (Red+Green+Blue) = 195+123+186=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C37BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BBA is #3C8445. Grayscale: #979797. Windows color (decimal): -3966022 or 12221379. OLE color: 12221379.

HSL color Cylindrical-coordinate representation of color #C37BBA: hue angle of 307.5º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C37BBA is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB195123186-
CMYK00.370.050.24
HSL307.5º37.5%62.35%-
HSV(B)307.5º36.92%76.47%-
XYZ38.4529.3150.09-
YUV151.71147.35158.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 123 (48.44% from 255) = 24.40%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=38.69%
G=24.40%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512318600.370.050.24307.537.562.35
HexC37BBA025518134263e
Octal3031732720455304644676
Binary11000011111101110111010010010110111000100110100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37BBA; }

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

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

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

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

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

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

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

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