Html Css Color HEX #C781BA London Hue

📋 copy color: '#C781BA'

red 199 ◦ green 129 ◦ blue 186

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

Shades of London Hue #C781BA

Tints of London Hue #C781BA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.1%

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

R = 38.72%
G = 25.1%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C781BA (or 0xC781BA) is known color: London Hue. HEX triplet: C7, 81 and BA. RGB value is (199,129,186). Sum of RGB (Red+Green+Blue) = 199+129+186=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 199 - color contains mainly: red. Hex color #C781BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C781BA is #387E45. Grayscale: #9C9C9C. Windows color (decimal): -3702342 or 12222919. OLE color: 12222919.

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

Color convert

RGB 199 129 186 -
CMYK 0 0.35 0.07 0.22
HSL 311.14º 0.38% 0.64% -
HSV(B) 311.14º 0.35% 0.78% -
XYZ 40.27 31.39 50.39 -
YUV 156.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 199 129 186 0 0.35 0.07 0.22 311.14 0.38 0.64
Hex C7 81 BA 0 23 7 16 137 26 40
Octal 307 201 272 0 43 7 26 467 46 100
Binary 11000111 10000001 10111010 0 100011 111 10110 100110111 100110 1000000

Color Harmonies of #C781BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C781BA

Black with #C781BA

Text Example


Text Example

White with #C781BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C781BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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