Html Css Color HEX #C078B7 London Hue

📋 copy color: '#C078B7'

red 192 ◦ green 120 ◦ blue 183

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

Shades of London Hue #C078B7

Tints of London Hue #C078B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.97%

R = 38.79%
G = 24.24%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C078B7 (or 0xC078B7) is known color: London Hue. HEX triplet: C0, 78 and B7. RGB value is (192,120,183). Sum of RGB (Red+Green+Blue) = 192+120+183=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C078B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078B7 is #3F8748. Grayscale: #949494. Windows color (decimal): -4163401 or 12024000. OLE color: 12024000.

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

Color convert

RGB 192 120 183 -
CMYK 0 0.38 0.05 0.25
HSL 307.5º 0.36% 0.61% -
HSV(B) 307.5º 0.38% 0.75% -
XYZ 37 28.06 48.27 -
YUV 148.71 147.35 158.88 -
System Red Green Blue C M Y K H S L
Decimal 192 120 183 0 0.38 0.05 0.25 307.5 0.36 0.61
Hex C0 78 B7 0 26 5 19 134 24 3D
Octal 300 170 267 0 46 5 31 464 44 75
Binary 11000000 1111000 10110111 0 100110 101 11001 100110100 100100 111101

Color Harmonies of #C078B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078B7

Black with #C078B7

Text Example


Text Example

White with #C078B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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