#C47FBB

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

Shades of London Hue #C47FBB

Tints of London Hue #C47FBB

Color information

#C47FBB (or 0xC47FBB) is unknown color: approx London Hue. HEX triplet: C4, 7F and BB. RGB value is (196,127,187). Sum of RGB (Red+Green+Blue) = 196+127+187=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FBB is #3B8044. Grayscale: #9A9A9A. Windows color (decimal): -3899461 or 12287940. OLE color: 12287940.

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

Color convert

RGB196127187-
CMYK00.350.050.23
HSL307.83º36.9%63.33%-
HSV(B)307.83º35.2%76.86%-
XYZ39.3230.550.83-
YUV154.47146.36157.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.43%
GREEN value IS 127 (50% from 255) = 24.90%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=38.43%
G=24.90%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612718700.350.050.23307.8336.963.33
HexC47FBB023517134253f
Octal3041772730435274644577
Binary11000100111111110111011010001110110111100110100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47FBB; }

 p { color: rgb(196,127,187); }

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

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

 a { background-color: rgb(196,127,187); }

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

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

 span { border-color: rgb(196,127,187); }

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