Html Css Color HEX #C079B1 London Hue

📋 copy color: '#C079B1'

red 192 ◦ green 121 ◦ blue 177

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

Shades of London Hue #C079B1

Tints of London Hue #C079B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.12%

R = 39.18%
G = 24.69%
B = 36.12%

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

#C079B1 (or 0xC079B1) is known color: London Hue. HEX triplet: C0, 79 and B1. RGB value is (192,121,177). Sum of RGB (Red+Green+Blue) = 192+121+177=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C079B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C079B1 is #3F864E. Grayscale: #949494. Windows color (decimal): -4163151 or 11631040. OLE color: 11631040.

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

Color convert

RGB 192 121 177 -
CMYK 0 0.37 0.08 0.25
HSL 312.68º 0.36% 0.61% -
HSV(B) 312.68º 0.37% 0.75% -
XYZ 36.51 28.06 45.09 -
YUV 148.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 192 121 177 0 0.37 0.08 0.25 312.68 0.36 0.61
Hex C0 79 B1 0 25 8 19 139 24 3D
Octal 300 171 261 0 45 10 31 471 44 75
Binary 11000000 1111001 10110001 0 100101 1000 11001 100111001 100100 111101

Color Harmonies of #C079B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C079B1

Black with #C079B1

Text Example


Text Example

White with #C079B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C079B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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