Html Css Color HEX #C090B8 London Hue

📋 copy color: '#C090B8'

red 192 ◦ green 144 ◦ blue 184

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

Shades of London Hue #C090B8

Tints of London Hue #C090B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.38%

R = 36.92%
G = 27.69%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C090B8 (or 0xC090B8) is known color: London Hue. HEX triplet: C0, 90 and B8. RGB value is (192,144,184). Sum of RGB (Red+Green+Blue) = 192+144+184=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C090B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090B8 is #3F6F47. Grayscale: #A2A2A2. Windows color (decimal): -4157256 or 12095680. OLE color: 12095680.

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

Color convert

RGB 192 144 184 -
CMYK 0 0.25 0.04 0.25
HSL 310º 0.28% 0.66% -
HSV(B) 310º 0.25% 0.75% -
XYZ 40.36 34.61 49.9 -
YUV 162.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 192 144 184 0 0.25 0.04 0.25 310 0.28 0.66
Hex C0 90 B8 0 19 4 19 136 1C 42
Octal 300 220 270 0 31 4 31 466 34 102
Binary 11000000 10010000 10111000 0 11001 100 11001 100110110 11100 1000010

Color Harmonies of #C090B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090B8

Black with #C090B8

Text Example


Text Example

White with #C090B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090B8; }

 p { color: rgb(192,144,184); }

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

background-color css

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

 a { background-color: rgb(192,144,184); }

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

border-color css

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

 span { border-color: rgb(192,144,184); }

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