Html Css Color HEX #C780BA London Hue

📋 copy color: '#C780BA'

red 199 ◦ green 128 ◦ blue 186

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

Shades of London Hue #C780BA

Tints of London Hue #C780BA

RGB

 RED value IS 199 (78.13% from 255) = 38.79%

 GREEN value IS 128 (50.39% from 255) = 24.95%

 BLUE value IS 186 (73.05% from 255) = 36.26%

R = 38.79%
G = 24.95%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C780BA (or 0xC780BA) is known color: London Hue. HEX triplet: C7, 80 and BA. RGB value is (199,128,186). Sum of RGB (Red+Green+Blue) = 199+128+186=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 199 - color contains mainly: red. Hex color #C780BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780BA is #387F45. Grayscale: #9B9B9B. Windows color (decimal): -3702598 or 12222663. OLE color: 12222663.

HSL color Cylindrical-coordinate representation of color #C780BA: hue angle of 310.99º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C780BA is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 128 186 -
CMYK 0 0.36 0.07 0.22
HSL 310.99º 0.39% 0.64% -
HSV(B) 310.99º 0.36% 0.78% -
XYZ 40.14 31.13 50.35 -
YUV 155.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 199 128 186 0 0.36 0.07 0.22 310.99 0.39 0.64
Hex C7 80 BA 0 24 7 16 137 27 40
Octal 307 200 272 0 44 7 26 467 47 100
Binary 11000111 10000000 10111010 0 100100 111 10110 100110111 100111 1000000

Color Harmonies of #C780BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C780BA

Black with #C780BA

Text Example


Text Example

White with #C780BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C780BA; }

 p { color: rgb(199,128,186); }

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

background-color css

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

 a { background-color: rgb(199,128,186); }

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

border-color css

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

 span { border-color: rgb(199,128,186); }

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