Html Css Color HEX #C079BC London Hue

📋 copy color: '#C079BC'

red 192 ◦ green 121 ◦ blue 188

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

Shades of London Hue #C079BC

Tints of London Hue #C079BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.52%

R = 38.32%
G = 24.15%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C079BC (or 0xC079BC) is known color: London Hue. HEX triplet: C0, 79 and BC. RGB value is (192,121,188). Sum of RGB (Red+Green+Blue) = 192+121+188=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C079BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079BC is #3F8643. Grayscale: #959595. Windows color (decimal): -4163140 or 12351936. OLE color: 12351936.

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

Color convert

RGB 192 121 188 -
CMYK 0 0.37 0.02 0.25
HSL 303.38º 0.36% 0.61% -
HSV(B) 303.38º 0.37% 0.75% -
XYZ 37.65 28.51 51.1 -
YUV 149.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 192 121 188 0 0.37 0.02 0.25 303.38 0.36 0.61
Hex C0 79 BC 0 25 2 19 12F 24 3D
Octal 300 171 274 0 45 2 31 457 44 75
Binary 11000000 1111001 10111100 0 100101 10 11001 100101111 100100 111101

Color Harmonies of #C079BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C079BC

Black with #C079BC

Text Example


Text Example

White with #C079BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C079BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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