Html Css Color HEX #C079B0 London Hue

📋 copy color: '#C079B0'

red 192 ◦ green 121 ◦ blue 176

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

Shades of London Hue #C079B0

Tints of London Hue #C079B0

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.74%

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

R = 39.26%
G = 24.74%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C079B0 (or 0xC079B0) is known color: London Hue. HEX triplet: C0, 79 and B0. RGB value is (192,121,176). Sum of RGB (Red+Green+Blue) = 192+121+176=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C079B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C079B0 is #3F864F. Grayscale: #949494. Windows color (decimal): -4163152 or 11565504. OLE color: 11565504.

HSL color Cylindrical-coordinate representation of color #C079B0: hue angle of 313.52º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C079B0 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 121 176 -
CMYK 0 0.37 0.08 0.25
HSL 313.52º 0.36% 0.61% -
HSV(B) 313.52º 0.37% 0.75% -
XYZ 36.41 28.02 44.56 -
YUV 148.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 192 121 176 0 0.37 0.08 0.25 313.52 0.36 0.61
Hex C0 79 B0 0 25 8 19 13A 24 3D
Octal 300 171 260 0 45 10 31 472 44 75
Binary 11000000 1111001 10110000 0 100101 1000 11001 100111010 100100 111101

Color Harmonies of #C079B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C079B0

Black with #C079B0

Text Example


Text Example

White with #C079B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C079B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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