Html Css Color HEX #C079BA London Hue

📋 copy color: '#C079BA'

red 192 ◦ green 121 ◦ blue 186

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

Shades of London Hue #C079BA

Tints of London Hue #C079BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 38.48%
G = 24.25%
B = 37.27%

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

#C079BA (or 0xC079BA) is known color: London Hue. HEX triplet: C0, 79 and BA. RGB value is (192,121,186). Sum of RGB (Red+Green+Blue) = 192+121+186=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C079BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079BA is #3F8645. Grayscale: #959595. Windows color (decimal): -4163142 or 12220864. OLE color: 12220864.

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

Color convert

RGB 192 121 186 -
CMYK 0 0.37 0.03 0.25
HSL 305.07º 0.36% 0.61% -
HSV(B) 305.07º 0.37% 0.75% -
XYZ 37.44 28.43 49.97 -
YUV 149.64 148.52 158.21 -
System Red Green Blue C M Y K H S L
Decimal 192 121 186 0 0.37 0.03 0.25 305.07 0.36 0.61
Hex C0 79 BA 0 25 3 19 131 24 3D
Octal 300 171 272 0 45 3 31 461 44 75
Binary 11000000 1111001 10111010 0 100101 11 11001 100110001 100100 111101

Color Harmonies of #C079BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C079BA

Black with #C079BA

Text Example


Text Example

White with #C079BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C079BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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