Html Css Color HEX #C278AF London Hue

📋 copy color: '#C278AF'

red 194 ◦ green 120 ◦ blue 175

#C278AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #C278AF

Tints of London Hue #C278AF

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 value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C278AF (or 0xC278AF) is known color: 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

RGB 194 120 175 -
CMYK 0 0.38 0.10 0.24
HSL 315.41º 0.38% 0.62% -
HSV(B) 315.41º 0.38% 0.76% -
XYZ 36.7 28 44.03 -
YUV 148.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 194 120 175 0 0.38 0.10 0.24 315.41 0.38 0.62
Hex C2 78 AF 0 26 A 18 13B 26 3E
Octal 302 170 257 0 46 12 30 473 46 76
Binary 11000010 1111000 10101111 0 100110 1010 11000 100111011 100110 111110

Color Harmonies of #C278AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C278AF

Black with #C278AF

Text Example


Text Example

White with #C278AF

Text Example


Text Example

HTML Codes & Css Web 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>