Html Css Color HEX #C279BA London Hue

📋 copy color: '#C279BA'

red 194 ◦ green 121 ◦ blue 186

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

Shades of London Hue #C279BA

Tints of London Hue #C279BA

RGB

 RED value IS 194 (76.17% from 255) = 38.72%

 GREEN value IS 121 (47.66% from 255) = 24.15%

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 38.72%
G = 24.15%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C279BA (or 0xC279BA) is known color: London Hue. HEX triplet: C2, 79 and BA. RGB value is (194,121,186). Sum of RGB (Red+Green+Blue) = 194+121+186=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C279BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C279BA is #3D8645. Grayscale: #969696. Windows color (decimal): -4032070 or 12220866. OLE color: 12220866.

HSL color Cylindrical-coordinate representation of color #C279BA: hue angle of 306.58º degrees, saturation: 0.37, 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 #C279BA is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 121 186 -
CMYK 0 0.38 0.04 0.24
HSL 306.58º 0.37% 0.62% -
HSV(B) 306.58º 0.38% 0.76% -
XYZ 37.95 28.69 49.99 -
YUV 150.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 194 121 186 0 0.38 0.04 0.24 306.58 0.37 0.62
Hex C2 79 BA 0 26 4 18 133 25 3E
Octal 302 171 272 0 46 4 30 463 45 76
Binary 11000010 1111001 10111010 0 100110 100 11000 100110011 100101 111110

Color Harmonies of #C279BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C279BA

Black with #C279BA

Text Example


Text Example

White with #C279BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C279BA; }

 p { color: rgb(194,121,186); }

 H1.HeaderClassName
 {
   color: #C279BA;
 }
 .AnyTagClassName
 {
   color: #C279BA;
 }
</style>

background-color css

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

 a { background-color: rgb(194,121,186); }

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

border-color css

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

 span { border-color: rgb(194,121,186); }

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