Html Css Color HEX #C083B9 London Hue

📋 copy color: '#C083B9'

red 192 ◦ green 131 ◦ blue 185

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

Shades of London Hue #C083B9

Tints of London Hue #C083B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.42%

R = 37.8%
G = 25.79%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C083B9 (or 0xC083B9) is known color: London Hue. HEX triplet: C0, 83 and B9. RGB value is (192,131,185). Sum of RGB (Red+Green+Blue) = 192+131+185=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C083B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083B9 is #3F7C46. Grayscale: #9B9B9B. Windows color (decimal): -4160583 or 12157888. OLE color: 12157888.

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

Color convert

RGB 192 131 185 -
CMYK 0 0.32 0.04 0.25
HSL 306.89º 0.33% 0.63% -
HSV(B) 306.89º 0.32% 0.75% -
XYZ 38.61 30.94 49.84 -
YUV 155.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 192 131 185 0 0.32 0.04 0.25 306.89 0.33 0.63
Hex C0 83 B9 0 20 4 19 133 21 3F
Octal 300 203 271 0 40 4 31 463 41 77
Binary 11000000 10000011 10111001 0 100000 100 11001 100110011 100001 111111

Color Harmonies of #C083B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C083B9

Black with #C083B9

Text Example


Text Example

White with #C083B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C083B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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