Html Css Color HEX #C094B9 London Hue

📋 copy color: '#C094B9'

red 192 ◦ green 148 ◦ blue 185

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

Shades of London Hue #C094B9

Tints of London Hue #C094B9

RGB

 RED value IS 192 (75.39% from 255) = 36.57%

 GREEN value IS 148 (58.2% from 255) = 28.19%

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

R = 36.57%
G = 28.19%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C094B9 (or 0xC094B9) is known color: London Hue. HEX triplet: C0, 94 and B9. RGB value is (192,148,185). Sum of RGB (Red+Green+Blue) = 192+148+185=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C094B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094B9 is #3F6B46. Grayscale: #A5A5A5. Windows color (decimal): -4156231 or 12162240. OLE color: 12162240.

HSL color Cylindrical-coordinate representation of color #C094B9: hue angle of 309.55º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C094B9 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 148 185 -
CMYK 0 0.23 0.04 0.25
HSL 309.55º 0.26% 0.67% -
HSV(B) 309.55º 0.23% 0.75% -
XYZ 41.09 35.89 50.66 -
YUV 165.37 139.08 146.99 -
System Red Green Blue C M Y K H S L
Decimal 192 148 185 0 0.23 0.04 0.25 309.55 0.26 0.67
Hex C0 94 B9 0 17 4 19 136 1A 43
Octal 300 224 271 0 27 4 31 466 32 103
Binary 11000000 10010100 10111001 0 10111 100 11001 100110110 11010 1000011

Color Harmonies of #C094B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094B9

Black with #C094B9

Text Example


Text Example

White with #C094B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094B9; }

 p { color: rgb(192,148,185); }

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

background-color css

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

 a { background-color: rgb(192,148,185); }

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

border-color css

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

 span { border-color: rgb(192,148,185); }

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