Html Css Color HEX #C078B3 London Hue

📋 copy color: '#C078B3'

red 192 ◦ green 120 ◦ blue 179

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

Shades of London Hue #C078B3

Tints of London Hue #C078B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.46%

R = 39.1%
G = 24.44%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C078B3 (or 0xC078B3) is known color: London Hue. HEX triplet: C0, 78 and B3. RGB value is (192,120,179). Sum of RGB (Red+Green+Blue) = 192+120+179=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C078B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078B3 is #3F874C. Grayscale: #949494. Windows color (decimal): -4163405 or 11761856. OLE color: 11761856.

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

Color convert

RGB 192 120 179 -
CMYK 0 0.38 0.07 0.25
HSL 310.83º 0.36% 0.61% -
HSV(B) 310.83º 0.38% 0.75% -
XYZ 36.59 27.89 46.1 -
YUV 148.25 145.35 159.2 -
System Red Green Blue C M Y K H S L
Decimal 192 120 179 0 0.38 0.07 0.25 310.83 0.36 0.61
Hex C0 78 B3 0 26 7 19 137 24 3D
Octal 300 170 263 0 46 7 31 467 44 75
Binary 11000000 1111000 10110011 0 100110 111 11001 100110111 100100 111101

Color Harmonies of #C078B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078B3

Black with #C078B3

Text Example


Text Example

White with #C078B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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