Html Css Color HEX #C476B4 London Hue

📋 copy color: '#C476B4'

red 196 ◦ green 118 ◦ blue 180

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

Shades of London Hue #C476B4

Tints of London Hue #C476B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.44%

R = 39.68%
G = 23.89%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C476B4 (or 0xC476B4) is known color: London Hue. HEX triplet: C4, 76 and B4. RGB value is (196,118,180). Sum of RGB (Red+Green+Blue) = 196+118+180=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C476B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476B4 is #3B894B. Grayscale: #949494. Windows color (decimal): -3901772 or 11826884. OLE color: 11826884.

HSL color Cylindrical-coordinate representation of color #C476B4: hue angle of 312.31º 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 #C476B4 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 118 180 -
CMYK 0 0.40 0.08 0.23
HSL 312.31º 0.4% 0.62% -
HSV(B) 312.31º 0.4% 0.77% -
XYZ 37.48 27.99 46.61 -
YUV 148.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 196 118 180 0 0.40 0.08 0.23 312.31 0.4 0.62
Hex C4 76 B4 0 28 8 17 138 28 3E
Octal 304 166 264 0 50 10 27 470 50 76
Binary 11000100 1110110 10110100 0 101000 1000 10111 100111000 101000 111110

Color Harmonies of #C476B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C476B4

Black with #C476B4

Text Example


Text Example

White with #C476B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C476B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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