Html Css Color HEX #C079BB London Hue

📋 copy color: '#C079BB'

red 192 ◦ green 121 ◦ blue 187

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

Shades of London Hue #C079BB

Tints of London Hue #C079BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.4%

R = 38.4%
G = 24.2%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C079BB (or 0xC079BB) is known color: London Hue. HEX triplet: C0, 79 and BB. RGB value is (192,121,187). Sum of RGB (Red+Green+Blue) = 192+121+187=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C079BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079BB is #3F8644. Grayscale: #959595. Windows color (decimal): -4163141 or 12286400. OLE color: 12286400.

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

Color convert

RGB 192 121 187 -
CMYK 0 0.37 0.03 0.25
HSL 304.23º 0.36% 0.61% -
HSV(B) 304.23º 0.37% 0.75% -
XYZ 37.55 28.47 50.53 -
YUV 149.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 192 121 187 0 0.37 0.03 0.25 304.23 0.36 0.61
Hex C0 79 BB 0 25 3 19 130 24 3D
Octal 300 171 273 0 45 3 31 460 44 75
Binary 11000000 1111001 10111011 0 100101 11 11001 100110000 100100 111101

Color Harmonies of #C079BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C079BB

Black with #C079BB

Text Example


Text Example

White with #C079BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C079BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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