Html Css Color HEX #C291BA London Hue

📋 copy color: '#C291BA'

red 194 ◦ green 145 ◦ blue 186

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

Shades of London Hue #C291BA

Tints of London Hue #C291BA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.62%

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

R = 36.95%
G = 27.62%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C291BA (or 0xC291BA) is known color: London Hue. HEX triplet: C2, 91 and BA. RGB value is (194,145,186). Sum of RGB (Red+Green+Blue) = 194+145+186=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C291BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C291BA is #3D6E45. Grayscale: #A4A4A4. Windows color (decimal): -4025926 or 12227010. OLE color: 12227010.

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

Color convert

RGB 194 145 186 -
CMYK 0 0.25 0.04 0.24
HSL 309.8º 0.29% 0.66% -
HSV(B) 309.8º 0.25% 0.76% -
XYZ 41.24 35.27 51.09 -
YUV 164.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 194 145 186 0 0.25 0.04 0.24 309.8 0.29 0.66
Hex C2 91 BA 0 19 4 18 136 1D 42
Octal 302 221 272 0 31 4 30 466 35 102
Binary 11000010 10010001 10111010 0 11001 100 11000 100110110 11101 1000010

Color Harmonies of #C291BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C291BA

Black with #C291BA

Text Example


Text Example

White with #C291BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C291BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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