Html Css Color HEX #C084AE London Hue

📋 copy color: '#C084AE'

red 192 ◦ green 132 ◦ blue 174

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

Shades of London Hue #C084AE

Tints of London Hue #C084AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.94%

R = 38.55%
G = 26.51%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C084AE (or 0xC084AE) is known color: London Hue. HEX triplet: C0, 84 and AE. RGB value is (192,132,174). Sum of RGB (Red+Green+Blue) = 192+132+174=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C084AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C084AE is #3F7B51. Grayscale: #9A9A9A. Windows color (decimal): -4160338 or 11437248. OLE color: 11437248.

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

Color convert

RGB 192 132 174 -
CMYK 0 0.31 0.09 0.25
HSL 318º 0.32% 0.64% -
HSV(B) 318º 0.31% 0.75% -
XYZ 37.63 30.76 44 -
YUV 154.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 192 132 174 0 0.31 0.09 0.25 318 0.32 0.64
Hex C0 84 AE 0 1F 9 19 13E 20 40
Octal 300 204 256 0 37 11 31 476 40 100
Binary 11000000 10000100 10101110 0 11111 1001 11001 100111110 100000 1000000

Color Harmonies of #C084AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C084AE

Black with #C084AE

Text Example


Text Example

White with #C084AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C084AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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