Html Css Color HEX #C290B9 London Hue

📋 copy color: '#C290B9'

red 194 ◦ green 144 ◦ blue 185

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

Shades of London Hue #C290B9

Tints of London Hue #C290B9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.53%

 BLUE value IS 185 (72.66% from 255) = 35.37%

R = 37.09%
G = 27.53%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C290B9 (or 0xC290B9) is known color: London Hue. HEX triplet: C2, 90 and B9. RGB value is (194,144,185). Sum of RGB (Red+Green+Blue) = 194+144+185=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C290B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290B9 is #3D6F46. Grayscale: #A3A3A3. Windows color (decimal): -4026183 or 12161218. OLE color: 12161218.

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

Color convert

RGB 194 144 185 -
CMYK 0 0.26 0.05 0.24
HSL 310.8º 0.29% 0.66% -
HSV(B) 310.8º 0.26% 0.76% -
XYZ 40.98 34.92 50.48 -
YUV 163.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 194 144 185 0 0.26 0.05 0.24 310.8 0.29 0.66
Hex C2 90 B9 0 1A 5 18 137 1D 42
Octal 302 220 271 0 32 5 30 467 35 102
Binary 11000010 10010000 10111001 0 11010 101 11000 100110111 11101 1000010

Color Harmonies of #C290B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290B9

Black with #C290B9

Text Example


Text Example

White with #C290B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290B9; }

 p { color: rgb(194,144,185); }

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

background-color css

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

 a { background-color: rgb(194,144,185); }

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

border-color css

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

 span { border-color: rgb(194,144,185); }

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