Html Css Color HEX #C077B2 London Hue

📋 copy color: '#C077B2'

red 192 ◦ green 119 ◦ blue 178

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

Shades of London Hue #C077B2

Tints of London Hue #C077B2

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.34%

 BLUE value IS 178 (69.92% from 255) = 36.4%

R = 39.26%
G = 24.34%
B = 36.4%

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

#C077B2 (or 0xC077B2) is known color: London Hue. HEX triplet: C0, 77 and B2. RGB value is (192,119,178). Sum of RGB (Red+Green+Blue) = 192+119+178=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C077B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C077B2 is #3F884D. Grayscale: #939393. Windows color (decimal): -4163662 or 11696064. OLE color: 11696064.

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

Color convert

RGB 192 119 178 -
CMYK 0 0.38 0.07 0.25
HSL 311.51º 0.37% 0.61% -
HSV(B) 311.51º 0.38% 0.75% -
XYZ 36.37 27.61 45.53 -
YUV 147.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 192 119 178 0 0.38 0.07 0.25 311.51 0.37 0.61
Hex C0 77 B2 0 26 7 19 138 25 3D
Octal 300 167 262 0 46 7 31 470 45 75
Binary 11000000 1110111 10110010 0 100110 111 11001 100111000 100101 111101

Color Harmonies of #C077B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077B2

Black with #C077B2

Text Example


Text Example

White with #C077B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077B2; }

 p { color: rgb(192,119,178); }

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

background-color css

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

 a { background-color: rgb(192,119,178); }

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

border-color css

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

 span { border-color: rgb(192,119,178); }

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