Html Css Color HEX #C378B0 London Hue

📋 copy color: '#C378B0'

red 195 ◦ green 120 ◦ blue 176

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

Shades of London Hue #C378B0

Tints of London Hue #C378B0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.44%

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

R = 39.71%
G = 24.44%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C378B0 (or 0xC378B0) is known color: London Hue. HEX triplet: C3, 78 and B0. RGB value is (195,120,176). Sum of RGB (Red+Green+Blue) = 195+120+176=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C378B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C378B0 is #3C874F. Grayscale: #949494. Windows color (decimal): -3966800 or 11565251. OLE color: 11565251.

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

Color convert

RGB 195 120 176 -
CMYK 0 0.38 0.10 0.24
HSL 315.2º 0.38% 0.62% -
HSV(B) 315.2º 0.38% 0.76% -
XYZ 37.06 28.17 44.56 -
YUV 148.81 143.35 160.95 -
System Red Green Blue C M Y K H S L
Decimal 195 120 176 0 0.38 0.10 0.24 315.2 0.38 0.62
Hex C3 78 B0 0 26 A 18 13B 26 3E
Octal 303 170 260 0 46 12 30 473 46 76
Binary 11000011 1111000 10110000 0 100110 1010 11000 100111011 100110 111110

Color Harmonies of #C378B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C378B0

Black with #C378B0

Text Example


Text Example

White with #C378B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C378B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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