Html Css Color HEX #C080B3 London Hue

📋 copy color: '#C080B3'

red 192 ◦ green 128 ◦ blue 179

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

Shades of London Hue #C080B3

Tints of London Hue #C080B3

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.65%

 BLUE value IS 179 (70.31% from 255) = 35.87%

R = 38.48%
G = 25.65%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C080B3 (or 0xC080B3) is known color: London Hue. HEX triplet: C0, 80 and B3. RGB value is (192,128,179). Sum of RGB (Red+Green+Blue) = 192+128+179=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C080B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080B3 is #3F7F4C. Grayscale: #989898. Windows color (decimal): -4161357 or 11763904. OLE color: 11763904.

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

Color convert

RGB 192 128 179 -
CMYK 0 0.33 0.07 0.25
HSL 312.19º 0.34% 0.63% -
HSV(B) 312.19º 0.33% 0.75% -
XYZ 37.59 29.9 46.44 -
YUV 152.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 192 128 179 0 0.33 0.07 0.25 312.19 0.34 0.63
Hex C0 80 B3 0 21 7 19 138 22 3F
Octal 300 200 263 0 41 7 31 470 42 77
Binary 11000000 10000000 10110011 0 100001 111 11001 100111000 100010 111111

Color Harmonies of #C080B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C080B3

Black with #C080B3

Text Example


Text Example

White with #C080B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C080B3; }

 p { color: rgb(192,128,179); }

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

background-color css

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

 a { background-color: rgb(192,128,179); }

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

border-color css

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

 span { border-color: rgb(192,128,179); }

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