Html Css Color HEX #C782BA London Hue

📋 copy color: '#C782BA'

red 199 ◦ green 130 ◦ blue 186

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

Shades of London Hue #C782BA

Tints of London Hue #C782BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.24%

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

R = 38.64%
G = 25.24%
B = 36.12%

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

#C782BA (or 0xC782BA) is known color: London Hue. HEX triplet: C7, 82 and BA. RGB value is (199,130,186). Sum of RGB (Red+Green+Blue) = 199+130+186=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C782BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782BA is #387D45. Grayscale: #9C9C9C. Windows color (decimal): -3702086 or 12223175. OLE color: 12223175.

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

Color convert

RGB 199 130 186 -
CMYK 0 0.35 0.07 0.22
HSL 311.3º 0.38% 0.65% -
HSV(B) 311.3º 0.35% 0.78% -
XYZ 40.4 31.65 50.43 -
YUV 157.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 199 130 186 0 0.35 0.07 0.22 311.3 0.38 0.65
Hex C7 82 BA 0 23 7 16 137 26 41
Octal 307 202 272 0 43 7 26 467 46 101
Binary 11000111 10000010 10111010 0 100011 111 10110 100110111 100110 1000001

Color Harmonies of #C782BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C782BA

Black with #C782BA

Text Example


Text Example

White with #C782BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C782BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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