Html Css Color HEX #C780BB London Hue

📋 copy color: '#C780BB'

red 199 ◦ green 128 ◦ blue 187

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

Shades of London Hue #C780BB

Tints of London Hue #C780BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.38%

R = 38.72%
G = 24.9%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C780BB (or 0xC780BB) is known color: London Hue. HEX triplet: C7, 80 and BB. RGB value is (199,128,187). Sum of RGB (Red+Green+Blue) = 199+128+187=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 199 - color contains mainly: red. Hex color #C780BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780BB is #387F44. Grayscale: #9B9B9B. Windows color (decimal): -3702597 or 12288199. OLE color: 12288199.

HSL color Cylindrical-coordinate representation of color #C780BB: hue angle of 310.14º 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 #C780BB is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 128 187 -
CMYK 0 0.36 0.06 0.22
HSL 310.14º 0.39% 0.64% -
HSV(B) 310.14º 0.36% 0.78% -
XYZ 40.24 31.17 50.91 -
YUV 155.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 199 128 187 0 0.36 0.06 0.22 310.14 0.39 0.64
Hex C7 80 BB 0 24 6 16 136 27 40
Octal 307 200 273 0 44 6 26 466 47 100
Binary 11000111 10000000 10111011 0 100100 110 10110 100110110 100111 1000000

Color Harmonies of #C780BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C780BB

Black with #C780BB

Text Example


Text Example

White with #C780BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C780BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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