Html Css Color HEX #C376B0 London Hue

📋 copy color: '#C376B0'

red 195 ◦ green 118 ◦ blue 176

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

Shades of London Hue #C376B0

Tints of London Hue #C376B0

RGB

 RED value IS 195 (76.56% from 255) = 39.88%

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

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

R = 39.88%
G = 24.13%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C376B0 (or 0xC376B0) is known color: London Hue. HEX triplet: C3, 76 and B0. RGB value is (195,118,176). Sum of RGB (Red+Green+Blue) = 195+118+176=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C376B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C376B0 is #3C894F. Grayscale: #939393. Windows color (decimal): -3967312 or 11564739. OLE color: 11564739.

HSL color Cylindrical-coordinate representation of color #C376B0: hue angle of 314.81º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C376B0 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 118 176 -
CMYK 0 0.39 0.10 0.24
HSL 314.81º 0.39% 0.61% -
HSV(B) 314.81º 0.39% 0.76% -
XYZ 36.82 27.69 44.48 -
YUV 147.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 195 118 176 0 0.39 0.10 0.24 314.81 0.39 0.61
Hex C3 76 B0 0 27 A 18 13B 27 3D
Octal 303 166 260 0 47 12 30 473 47 75
Binary 11000011 1110110 10110000 0 100111 1010 11000 100111011 100111 111101

Color Harmonies of #C376B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376B0

Black with #C376B0

Text Example


Text Example

White with #C376B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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