Html Css Color HEX #C18FB8 London Hue

📋 copy color: '#C18FB8'

red 193 ◦ green 143 ◦ blue 184

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

Shades of London Hue #C18FB8

Tints of London Hue #C18FB8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.5%

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

R = 37.12%
G = 27.5%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C18FB8 (or 0xC18FB8) is known color: London Hue. HEX triplet: C1, 8F and B8. RGB value is (193,143,184). Sum of RGB (Red+Green+Blue) = 193+143+184=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C18FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FB8 is #3E7047. Grayscale: #A2A2A2. Windows color (decimal): -4091976 or 12095425. OLE color: 12095425.

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

Color convert

RGB 193 143 184 -
CMYK 0 0.26 0.05 0.24
HSL 310.8º 0.29% 0.66% -
HSV(B) 310.8º 0.26% 0.76% -
XYZ 40.47 34.44 49.86 -
YUV 162.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 193 143 184 0 0.26 0.05 0.24 310.8 0.29 0.66
Hex C1 8F B8 0 1A 5 18 137 1D 42
Octal 301 217 270 0 32 5 30 467 35 102
Binary 11000001 10001111 10111000 0 11010 101 11000 100110111 11101 1000010

Color Harmonies of #C18FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18FB8

Black with #C18FB8

Text Example


Text Example

White with #C18FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18FB8; }

 p { color: rgb(193,143,184); }

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

background-color css

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

 a { background-color: rgb(193,143,184); }

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

border-color css

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

 span { border-color: rgb(193,143,184); }

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