Html Css Color HEX #C284BA London Hue

📋 copy color: '#C284BA'

red 194 ◦ green 132 ◦ blue 186

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

Shades of London Hue #C284BA

Tints of London Hue #C284BA

RGB

 RED value IS 194 (76.17% from 255) = 37.89%

 GREEN value IS 132 (51.95% from 255) = 25.78%

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 37.89%
G = 25.78%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C284BA (or 0xC284BA) is known color: London Hue. HEX triplet: C2, 84 and BA. RGB value is (194,132,186). Sum of RGB (Red+Green+Blue) = 194+132+186=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C284BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C284BA is #3D7B45. Grayscale: #9C9C9C. Windows color (decimal): -4029254 or 12223682. OLE color: 12223682.

HSL color Cylindrical-coordinate representation of color #C284BA: hue angle of 307.74º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C284BA is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 132 186 -
CMYK 0 0.32 0.04 0.24
HSL 307.74º 0.34% 0.64% -
HSV(B) 307.74º 0.32% 0.76% -
XYZ 39.36 31.52 50.46 -
YUV 156.69 144.54 154.61 -
System Red Green Blue C M Y K H S L
Decimal 194 132 186 0 0.32 0.04 0.24 307.74 0.34 0.64
Hex C2 84 BA 0 20 4 18 134 22 40
Octal 302 204 272 0 40 4 30 464 42 100
Binary 11000010 10000100 10111010 0 100000 100 11000 100110100 100010 1000000

Color Harmonies of #C284BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C284BA

Black with #C284BA

Text Example


Text Example

White with #C284BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C284BA; }

 p { color: rgb(194,132,186); }

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

background-color css

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

 a { background-color: rgb(194,132,186); }

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

border-color css

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

 span { border-color: rgb(194,132,186); }

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