Html Css Color HEX #C083B1 London Hue

📋 copy color: '#C083B1'

red 192 ◦ green 131 ◦ blue 177

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

Shades of London Hue #C083B1

Tints of London Hue #C083B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.4%

R = 38.4%
G = 26.2%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C083B1 (or 0xC083B1) is known color: London Hue. HEX triplet: C0, 83 and B1. RGB value is (192,131,177). Sum of RGB (Red+Green+Blue) = 192+131+177=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C083B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C083B1 is #3F7C4E. Grayscale: #9A9A9A. Windows color (decimal): -4160591 or 11633600. OLE color: 11633600.

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

Color convert

RGB 192 131 177 -
CMYK 0 0.32 0.08 0.25
HSL 314.75º 0.33% 0.63% -
HSV(B) 314.75º 0.32% 0.75% -
XYZ 37.79 30.61 45.51 -
YUV 154.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 192 131 177 0 0.32 0.08 0.25 314.75 0.33 0.63
Hex C0 83 B1 0 20 8 19 13B 21 3F
Octal 300 203 261 0 40 10 31 473 41 77
Binary 11000000 10000011 10110001 0 100000 1000 11001 100111011 100001 111111

Color Harmonies of #C083B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C083B1

Black with #C083B1

Text Example


Text Example

White with #C083B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C083B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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