Html Css Color HEX #C090B6 London Hue

📋 copy color: '#C090B6'

red 192 ◦ green 144 ◦ blue 182

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

Shades of London Hue #C090B6

Tints of London Hue #C090B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.14%

R = 37.07%
G = 27.8%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C090B6 (or 0xC090B6) is known color: London Hue. HEX triplet: C0, 90 and B6. RGB value is (192,144,182). Sum of RGB (Red+Green+Blue) = 192+144+182=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C090B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090B6 is #3F6F49. Grayscale: #A2A2A2. Windows color (decimal): -4157258 or 11964608. OLE color: 11964608.

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

Color convert

RGB 192 144 182 -
CMYK 0 0.25 0.05 0.25
HSL 312.5º 0.28% 0.66% -
HSV(B) 312.5º 0.25% 0.75% -
XYZ 40.15 34.53 48.8 -
YUV 162.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 192 144 182 0 0.25 0.05 0.25 312.5 0.28 0.66
Hex C0 90 B6 0 19 5 19 138 1C 42
Octal 300 220 266 0 31 5 31 470 34 102
Binary 11000000 10010000 10110110 0 11001 101 11001 100111000 11100 1000010

Color Harmonies of #C090B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090B6

Black with #C090B6

Text Example


Text Example

White with #C090B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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