Html Css Color HEX #C377B0 London Hue

📋 copy color: '#C377B0'

red 195 ◦ green 119 ◦ blue 176

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

Shades of London Hue #C377B0

Tints of London Hue #C377B0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.29%

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

R = 39.8%
G = 24.29%
B = 35.92%

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

#C377B0 (or 0xC377B0) is known color: London Hue. HEX triplet: C3, 77 and B0. RGB value is (195,119,176). Sum of RGB (Red+Green+Blue) = 195+119+176=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C377B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C377B0 is #3C884F. Grayscale: #949494. Windows color (decimal): -3967056 or 11564995. OLE color: 11564995.

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

Color convert

RGB 195 119 176 -
CMYK 0 0.39 0.10 0.24
HSL 315º 0.39% 0.62% -
HSV(B) 315º 0.39% 0.76% -
XYZ 36.94 27.93 44.52 -
YUV 148.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 195 119 176 0 0.39 0.10 0.24 315 0.39 0.62
Hex C3 77 B0 0 27 A 18 13B 27 3E
Octal 303 167 260 0 47 12 30 473 47 76
Binary 11000011 1110111 10110000 0 100111 1010 11000 100111011 100111 111110

Color Harmonies of #C377B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C377B0

Black with #C377B0

Text Example


Text Example

White with #C377B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C377B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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