Html Css Color HEX #C079B2 London Hue

📋 copy color: '#C079B2'

red 192 ◦ green 121 ◦ blue 178

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

Shades of London Hue #C079B2

Tints of London Hue #C079B2

RGB

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

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

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

R = 39.1%
G = 24.64%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C079B2 (or 0xC079B2) is known color: London Hue. HEX triplet: C0, 79 and B2. RGB value is (192,121,178). Sum of RGB (Red+Green+Blue) = 192+121+178=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C079B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C079B2 is #3F864D. Grayscale: #949494. Windows color (decimal): -4163150 or 11696576. OLE color: 11696576.

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

Color convert

RGB 192 121 178 -
CMYK 0 0.37 0.07 0.25
HSL 311.83º 0.36% 0.61% -
HSV(B) 311.83º 0.37% 0.75% -
XYZ 36.61 28.1 45.61 -
YUV 148.73 144.52 158.87 -
System Red Green Blue C M Y K H S L
Decimal 192 121 178 0 0.37 0.07 0.25 311.83 0.36 0.61
Hex C0 79 B2 0 25 7 19 138 24 3D
Octal 300 171 262 0 45 7 31 470 44 75
Binary 11000000 1111001 10110010 0 100101 111 11001 100111000 100100 111101

Color Harmonies of #C079B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C079B2

Black with #C079B2

Text Example


Text Example

White with #C079B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C079B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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