Html Css Color HEX #C476B0 London Hue

📋 copy color: '#C476B0'

red 196 ◦ green 118 ◦ blue 176

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

Shades of London Hue #C476B0

Tints of London Hue #C476B0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.08%

 BLUE value IS 176 (69.14% from 255) = 35.92%

R = 40%
G = 24.08%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C476B0 (or 0xC476B0) is known color: London Hue. HEX triplet: C4, 76 and B0. RGB value is (196,118,176). Sum of RGB (Red+Green+Blue) = 196+118+176=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C476B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C476B0 is #3B894F. Grayscale: #939393. Windows color (decimal): -3901776 or 11564740. OLE color: 11564740.

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

Color convert

RGB 196 118 176 -
CMYK 0 0.40 0.10 0.23
HSL 315.38º 0.4% 0.62% -
HSV(B) 315.38º 0.4% 0.77% -
XYZ 37.08 27.83 44.49 -
YUV 147.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 196 118 176 0 0.40 0.10 0.23 315.38 0.4 0.62
Hex C4 76 B0 0 28 A 17 13B 28 3E
Octal 304 166 260 0 50 12 27 473 50 76
Binary 11000100 1110110 10110000 0 101000 1010 10111 100111011 101000 111110

Color Harmonies of #C476B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C476B0

Black with #C476B0

Text Example


Text Example

White with #C476B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C476B0; }

 p { color: rgb(196,118,176); }

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

background-color css

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

 a { background-color: rgb(196,118,176); }

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

border-color css

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

 span { border-color: rgb(196,118,176); }

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