Html Css Color HEX #C190BB London Hue

📋 copy color: '#C190BB'

red 193 ◦ green 144 ◦ blue 187

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

Shades of London Hue #C190BB

Tints of London Hue #C190BB

RGB

 RED value IS 193 (75.78% from 255) = 36.83%

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

 BLUE value IS 187 (73.44% from 255) = 35.69%

R = 36.83%
G = 27.48%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C190BB (or 0xC190BB) is known color: London Hue. HEX triplet: C1, 90 and BB. RGB value is (193,144,187). Sum of RGB (Red+Green+Blue) = 193+144+187=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C190BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190BB is #3E6F44. Grayscale: #A3A3A3. Windows color (decimal): -4091717 or 12292289. OLE color: 12292289.

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

Color convert

RGB 193 144 187 -
CMYK 0 0.25 0.03 0.24
HSL 307.35º 0.28% 0.66% -
HSV(B) 307.35º 0.25% 0.76% -
XYZ 40.94 34.87 51.59 -
YUV 163.55 141.23 149 -
System Red Green Blue C M Y K H S L
Decimal 193 144 187 0 0.25 0.03 0.24 307.35 0.28 0.66
Hex C1 90 BB 0 19 3 18 133 1C 42
Octal 301 220 273 0 31 3 30 463 34 102
Binary 11000001 10010000 10111011 0 11001 11 11000 100110011 11100 1000010

Color Harmonies of #C190BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C190BB

Black with #C190BB

Text Example


Text Example

White with #C190BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C190BB; }

 p { color: rgb(193,144,187); }

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

background-color css

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

 a { background-color: rgb(193,144,187); }

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

border-color css

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

 span { border-color: rgb(193,144,187); }

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