Html Css Color HEX #C078B0 London Hue

📋 copy color: '#C078B0'

red 192 ◦ green 120 ◦ blue 176

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

Shades of London Hue #C078B0

Tints of London Hue #C078B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.07%

R = 39.34%
G = 24.59%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C078B0 (or 0xC078B0) is known color: London Hue. HEX triplet: C0, 78 and B0. RGB value is (192,120,176). Sum of RGB (Red+Green+Blue) = 192+120+176=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C078B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C078B0 is #3F874F. Grayscale: #939393. Windows color (decimal): -4163408 or 11565248. OLE color: 11565248.

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

Color convert

RGB 192 120 176 -
CMYK 0 0.38 0.08 0.25
HSL 313.33º 0.36% 0.61% -
HSV(B) 313.33º 0.38% 0.75% -
XYZ 36.29 27.77 44.52 -
YUV 147.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 192 120 176 0 0.38 0.08 0.25 313.33 0.36 0.61
Hex C0 78 B0 0 26 8 19 139 24 3D
Octal 300 170 260 0 46 10 31 471 44 75
Binary 11000000 1111000 10110000 0 100110 1000 11001 100111001 100100 111101

Color Harmonies of #C078B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078B0

Black with #C078B0

Text Example


Text Example

White with #C078B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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