Html Css Color HEX #C079AF London Hue

📋 copy color: '#C079AF'

red 192 ◦ green 121 ◦ blue 175

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

Shades of London Hue #C079AF

Tints of London Hue #C079AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.86%

R = 39.34%
G = 24.8%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C079AF (or 0xC079AF) is known color: London Hue. HEX triplet: C0, 79 and AF. RGB value is (192,121,175). Sum of RGB (Red+Green+Blue) = 192+121+175=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C079AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C079AF is #3F8650. Grayscale: #949494. Windows color (decimal): -4163153 or 11499968. OLE color: 11499968.

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

Color convert

RGB 192 121 175 -
CMYK 0 0.37 0.09 0.25
HSL 314.37º 0.36% 0.61% -
HSV(B) 314.37º 0.37% 0.75% -
XYZ 36.31 27.98 44.04 -
YUV 148.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 192 121 175 0 0.37 0.09 0.25 314.37 0.36 0.61
Hex C0 79 AF 0 25 9 19 13A 24 3D
Octal 300 171 257 0 45 11 31 472 44 75
Binary 11000000 1111001 10101111 0 100101 1001 11001 100111010 100100 111101

Color Harmonies of #C079AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C079AF

Black with #C079AF

Text Example


Text Example

White with #C079AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C079AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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