Html Css Color HEX #C094BA London Hue

📋 copy color: '#C094BA'

red 192 ◦ green 148 ◦ blue 186

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

Shades of London Hue #C094BA

Tints of London Hue #C094BA

RGB

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

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

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

R = 36.5%
G = 28.14%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C094BA (or 0xC094BA) is known color: London Hue. HEX triplet: C0, 94 and BA. RGB value is (192,148,186). Sum of RGB (Red+Green+Blue) = 192+148+186=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C094BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094BA is #3F6B45. Grayscale: #A5A5A5. Windows color (decimal): -4156230 or 12227776. OLE color: 12227776.

HSL color Cylindrical-coordinate representation of color #C094BA: hue angle of 308.18º 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 #C094BA is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 148 186 -
CMYK 0 0.23 0.03 0.25
HSL 308.18º 0.26% 0.67% -
HSV(B) 308.18º 0.23% 0.75% -
XYZ 41.19 35.93 51.22 -
YUV 165.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 192 148 186 0 0.23 0.03 0.25 308.18 0.26 0.67
Hex C0 94 BA 0 17 3 19 134 1A 43
Octal 300 224 272 0 27 3 31 464 32 103
Binary 11000000 10010100 10111010 0 10111 11 11001 100110100 11010 1000011

Color Harmonies of #C094BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094BA

Black with #C094BA

Text Example


Text Example

White with #C094BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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