Html Css Color HEX #C785BB London Hue

📋 copy color: '#C785BB'

red 199 ◦ green 133 ◦ blue 187

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

Shades of London Hue #C785BB

Tints of London Hue #C785BB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.63%

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

R = 38.34%
G = 25.63%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C785BB (or 0xC785BB) is known color: London Hue. HEX triplet: C7, 85 and BB. RGB value is (199,133,187). Sum of RGB (Red+Green+Blue) = 199+133+187=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 199 - color contains mainly: red. Hex color #C785BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C785BB is #387A44. Grayscale: #9E9E9E. Windows color (decimal): -3701317 or 12289479. OLE color: 12289479.

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

Color convert

RGB 199 133 187 -
CMYK 0 0.33 0.06 0.22
HSL 310.91º 0.37% 0.65% -
HSV(B) 310.91º 0.33% 0.78% -
XYZ 40.91 32.51 51.13 -
YUV 158.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 199 133 187 0 0.33 0.06 0.22 310.91 0.37 0.65
Hex C7 85 BB 0 21 6 16 137 25 41
Octal 307 205 273 0 41 6 26 467 45 101
Binary 11000111 10000101 10111011 0 100001 110 10110 100110111 100101 1000001

Color Harmonies of #C785BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C785BB

Black with #C785BB

Text Example


Text Example

White with #C785BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C785BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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