#C278AF

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

Shades of London Hue #C278AF

Tints of London Hue #C278AF

Color information

#C278AF (or 0xC278AF) is unknown color: approx London Hue. HEX triplet: C2, 78 and AF. RGB value is (194,120,175). Sum of RGB (Red+Green+Blue) = 194+120+175=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C278AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C278AF is #3D8750. Grayscale: #949494. Windows color (decimal): -4032337 or 11499714. OLE color: 11499714.

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

Color convert

RGB194120175-
CMYK00.380.100.24
HSL315.41º37.76%61.57%-
HSV(B)315.41º38.14%76.08%-
XYZ36.72844.03-
YUV148.4143.02160.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.67%
GREEN value IS 120 (47.27% from 255) = 24.54%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=39.67%
G=24.54%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412017500.380.100.24315.4137.7661.57
HexC278AF026A1813b263e
Octal30217025704612304734676
Binary110000101111000101011110100110101011000100111011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C278AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C278AF; }

 p { color: rgb(194,120,175); }

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

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

 a { background-color: rgb(194,120,175); }

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

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

 span { border-color: rgb(194,120,175); }

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