Html Css Color HEX #C084BA London Hue

📋 copy color: '#C084BA'

red 192 ◦ green 132 ◦ blue 186

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

Shades of London Hue #C084BA

Tints of London Hue #C084BA

RGB

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

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

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

R = 37.65%
G = 25.88%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C084BA (or 0xC084BA) is known color: London Hue. HEX triplet: C0, 84 and BA. RGB value is (192,132,186). Sum of RGB (Red+Green+Blue) = 192+132+186=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C084BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084BA is #3F7B45. Grayscale: #9B9B9B. Windows color (decimal): -4160326 or 12223680. OLE color: 12223680.

HSL color Cylindrical-coordinate representation of color #C084BA: hue angle of 306º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C084BA is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 132 186 -
CMYK 0 0.31 0.03 0.25
HSL 306º 0.32% 0.64% -
HSV(B) 306º 0.31% 0.75% -
XYZ 38.85 31.25 50.44 -
YUV 156.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 192 132 186 0 0.31 0.03 0.25 306 0.32 0.64
Hex C0 84 BA 0 1F 3 19 132 20 40
Octal 300 204 272 0 37 3 31 462 40 100
Binary 11000000 10000100 10111010 0 11111 11 11001 100110010 100000 1000000

Color Harmonies of #C084BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C084BA

Black with #C084BA

Text Example


Text Example

White with #C084BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C084BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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