Html Css Color HEX #C078AE London Hue

📋 copy color: '#C078AE'

red 192 ◦ green 120 ◦ blue 174

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

Shades of London Hue #C078AE

Tints of London Hue #C078AE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.69%

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

R = 39.51%
G = 24.69%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C078AE (or 0xC078AE) is known color: London Hue. HEX triplet: C0, 78 and AE. RGB value is (192,120,174). Sum of RGB (Red+Green+Blue) = 192+120+174=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C078AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C078AE is #3F8751. Grayscale: #939393. Windows color (decimal): -4163410 or 11434176. OLE color: 11434176.

HSL color Cylindrical-coordinate representation of color #C078AE: hue angle of 315º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C078AE is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 174 -
CMYK 0 0.38 0.09 0.25
HSL 315º 0.36% 0.61% -
HSV(B) 315º 0.38% 0.75% -
XYZ 36.09 27.7 43.49 -
YUV 147.68 142.85 159.61 -
System Red Green Blue C M Y K H S L
Decimal 192 120 174 0 0.38 0.09 0.25 315 0.36 0.61
Hex C0 78 AE 0 26 9 19 13B 24 3D
Octal 300 170 256 0 46 11 31 473 44 75
Binary 11000000 1111000 10101110 0 100110 1001 11001 100111011 100100 111101

Color Harmonies of #C078AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078AE

Black with #C078AE

Text Example


Text Example

White with #C078AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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