Html Css Color HEX #C083BE London Hue

📋 copy color: '#C083BE'

red 192 ◦ green 131 ◦ blue 190

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

Shades of London Hue #C083BE

Tints of London Hue #C083BE

RGB

 RED value IS 192 (75.39% from 255) = 37.43%

 GREEN value IS 131 (51.56% from 255) = 25.54%

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 37.43%
G = 25.54%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C083BE (or 0xC083BE) is known color: London Hue. HEX triplet: C0, 83 and BE. RGB value is (192,131,190). Sum of RGB (Red+Green+Blue) = 192+131+190=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C083BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083BE is #3F7C41. Grayscale: #9B9B9B. Windows color (decimal): -4160578 or 12485568. OLE color: 12485568.

HSL color Cylindrical-coordinate representation of color #C083BE: hue angle of 301.97º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C083BE is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 131 190 -
CMYK 0 0.32 0.01 0.25
HSL 301.97º 0.33% 0.63% -
HSV(B) 301.97º 0.32% 0.75% -
XYZ 39.15 31.16 52.67 -
YUV 155.97 147.21 153.7 -
System Red Green Blue C M Y K H S L
Decimal 192 131 190 0 0.32 0.01 0.25 301.97 0.33 0.63
Hex C0 83 BE 0 20 1 19 12E 21 3F
Octal 300 203 276 0 40 1 31 456 41 77
Binary 11000000 10000011 10111110 0 100000 1 11001 100101110 100001 111111

Color Harmonies of #C083BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C083BE

Black with #C083BE

Text Example


Text Example

White with #C083BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C083BE; }

 p { color: rgb(192,131,190); }

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

background-color css

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

 a { background-color: rgb(192,131,190); }

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

border-color css

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

 span { border-color: rgb(192,131,190); }

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