Html Css Color HEX #C083BA London Hue

📋 copy color: '#C083BA'

red 192 ◦ green 131 ◦ blue 186

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

Shades of London Hue #C083BA

Tints of London Hue #C083BA

RGB

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

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

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

R = 37.72%
G = 25.74%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C083BA (or 0xC083BA) is known color: London Hue. HEX triplet: C0, 83 and BA. RGB value is (192,131,186). Sum of RGB (Red+Green+Blue) = 192+131+186=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C083BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083BA is #3F7C45. Grayscale: #9B9B9B. Windows color (decimal): -4160582 or 12223424. OLE color: 12223424.

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

Color convert

RGB 192 131 186 -
CMYK 0 0.32 0.03 0.25
HSL 305.9º 0.33% 0.63% -
HSV(B) 305.9º 0.32% 0.75% -
XYZ 38.72 30.98 50.39 -
YUV 155.51 145.21 154.03 -
System Red Green Blue C M Y K H S L
Decimal 192 131 186 0 0.32 0.03 0.25 305.9 0.33 0.63
Hex C0 83 BA 0 20 3 19 132 21 3F
Octal 300 203 272 0 40 3 31 462 41 77
Binary 11000000 10000011 10111010 0 100000 11 11001 100110010 100001 111111

Color Harmonies of #C083BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C083BA

Black with #C083BA

Text Example


Text Example

White with #C083BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C083BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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