Html Css Color HEX #C083BF London Hue

📋 copy color: '#C083BF'

red 192 ◦ green 131 ◦ blue 191

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

Shades of London Hue #C083BF

Tints of London Hue #C083BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.16%

R = 37.35%
G = 25.49%
B = 37.16%

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

#C083BF (or 0xC083BF) is known color: London Hue. HEX triplet: C0, 83 and BF. RGB value is (192,131,191). Sum of RGB (Red+Green+Blue) = 192+131+191=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C083BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083BF is #3F7C40. Grayscale: #9B9B9B. Windows color (decimal): -4160577 or 12551104. OLE color: 12551104.

HSL color Cylindrical-coordinate representation of color #C083BF: hue angle of 300.98º 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 #C083BF is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 131 191 -
CMYK 0 0.32 0.01 0.25
HSL 300.98º 0.33% 0.63% -
HSV(B) 300.98º 0.32% 0.75% -
XYZ 39.26 31.2 53.24 -
YUV 156.08 147.71 153.62 -
System Red Green Blue C M Y K H S L
Decimal 192 131 191 0 0.32 0.01 0.25 300.98 0.33 0.63
Hex C0 83 BF 0 20 1 19 12D 21 3F
Octal 300 203 277 0 40 1 31 455 41 77
Binary 11000000 10000011 10111111 0 100000 1 11001 100101101 100001 111111

Color Harmonies of #C083BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C083BF

Black with #C083BF

Text Example


Text Example

White with #C083BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C083BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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