Html Css Color HEX #C090B7 London Hue

📋 copy color: '#C090B7'

red 192 ◦ green 144 ◦ blue 183

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

Shades of London Hue #C090B7

Tints of London Hue #C090B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.26%

R = 36.99%
G = 27.75%
B = 35.26%

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

#C090B7 (or 0xC090B7) is known color: London Hue. HEX triplet: C0, 90 and B7. RGB value is (192,144,183). Sum of RGB (Red+Green+Blue) = 192+144+183=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C090B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090B7 is #3F6F48. Grayscale: #A2A2A2. Windows color (decimal): -4157257 or 12030144. OLE color: 12030144.

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

Color convert

RGB 192 144 183 -
CMYK 0 0.25 0.05 0.25
HSL 311.25º 0.28% 0.66% -
HSV(B) 311.25º 0.25% 0.75% -
XYZ 40.26 34.57 49.35 -
YUV 162.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 192 144 183 0 0.25 0.05 0.25 311.25 0.28 0.66
Hex C0 90 B7 0 19 5 19 137 1C 42
Octal 300 220 267 0 31 5 31 467 34 102
Binary 11000000 10010000 10110111 0 11001 101 11001 100110111 11100 1000010

Color Harmonies of #C090B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090B7

Black with #C090B7

Text Example


Text Example

White with #C090B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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