#C37FBA

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

Shades of London Hue #C37FBA

Tints of London Hue #C37FBA

Color information

#C37FBA (or 0xC37FBA) is unknown color: approx London Hue. HEX triplet: C3, 7F and BA. RGB value is (195,127,186). Sum of RGB (Red+Green+Blue) = 195+127+186=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C37FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37FBA is #3C8045. Grayscale: #999999. Windows color (decimal): -3964998 or 12222403. OLE color: 12222403.

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

Color convert

RGB195127186-
CMYK00.350.050.24
HSL307.94º36.17%63.14%-
HSV(B)307.94º34.87%76.47%-
XYZ38.9630.3350.25-
YUV154.06146.03157.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.39%
GREEN value IS 127 (50% from 255) = 25%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=38.39%
G=25%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512718600.350.050.24307.9436.1763.14
HexC37FBA023518134243f
Octal3031772720435304644477
Binary11000011111111110111010010001110111000100110100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37FBA; }

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

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

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

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

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

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

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

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