Html Css Color HEX #C078AF London Hue

📋 copy color: '#C078AF'

red 192 ◦ green 120 ◦ blue 175

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

Shades of London Hue #C078AF

Tints of London Hue #C078AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.93%

R = 39.43%
G = 24.64%
B = 35.93%

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

#C078AF (or 0xC078AF) is known color: London Hue. HEX triplet: C0, 78 and AF. RGB value is (192,120,175). Sum of RGB (Red+Green+Blue) = 192+120+175=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C078AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C078AF is #3F8750. Grayscale: #939393. Windows color (decimal): -4163409 or 11499712. OLE color: 11499712.

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

Color convert

RGB 192 120 175 -
CMYK 0 0.38 0.09 0.25
HSL 314.17º 0.36% 0.61% -
HSV(B) 314.17º 0.38% 0.75% -
XYZ 36.19 27.73 44 -
YUV 147.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 192 120 175 0 0.38 0.09 0.25 314.17 0.36 0.61
Hex C0 78 AF 0 26 9 19 13A 24 3D
Octal 300 170 257 0 46 11 31 472 44 75
Binary 11000000 1111000 10101111 0 100110 1001 11001 100111010 100100 111101

Color Harmonies of #C078AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078AF

Black with #C078AF

Text Example


Text Example

White with #C078AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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