Html Css Color HEX #C479AF London Hue

📋 copy color: '#C479AF'

red 196 ◦ green 121 ◦ blue 175

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

Shades of London Hue #C479AF

Tints of London Hue #C479AF

RGB

 RED value IS 196 (76.95% from 255) = 39.84%

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

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

R = 39.84%
G = 24.59%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C479AF (or 0xC479AF) is known color: London Hue. HEX triplet: C4, 79 and AF. RGB value is (196,121,175). Sum of RGB (Red+Green+Blue) = 196+121+175=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C479AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C479AF is #3B8650. Grayscale: #959595. Windows color (decimal): -3901009 or 11499972. OLE color: 11499972.

HSL color Cylindrical-coordinate representation of color #C479AF: hue angle of 316.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C479AF is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 121 175 -
CMYK 0 0.38 0.11 0.23
HSL 316.8º 0.39% 0.62% -
HSV(B) 316.8º 0.38% 0.77% -
XYZ 37.34 28.51 44.09 -
YUV 149.58 142.35 161.11 -
System Red Green Blue C M Y K H S L
Decimal 196 121 175 0 0.38 0.11 0.23 316.8 0.39 0.62
Hex C4 79 AF 0 26 B 17 13D 27 3E
Octal 304 171 257 0 46 13 27 475 47 76
Binary 11000100 1111001 10101111 0 100110 1011 10111 100111101 100111 111110

Color Harmonies of #C479AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C479AF

Black with #C479AF

Text Example


Text Example

White with #C479AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C479AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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