Html Css Color HEX #C080B2 London Hue

📋 copy color: '#C080B2'

red 192 ◦ green 128 ◦ blue 178

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

Shades of London Hue #C080B2

Tints of London Hue #C080B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.74%

R = 38.55%
G = 25.7%
B = 35.74%

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

#C080B2 (or 0xC080B2) is known color: London Hue. HEX triplet: C0, 80 and B2. RGB value is (192,128,178). Sum of RGB (Red+Green+Blue) = 192+128+178=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C080B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C080B2 is #3F7F4D. Grayscale: #989898. Windows color (decimal): -4161358 or 11698368. OLE color: 11698368.

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

Color convert

RGB 192 128 178 -
CMYK 0 0.33 0.07 0.25
HSL 313.13º 0.34% 0.63% -
HSV(B) 313.13º 0.33% 0.75% -
XYZ 37.49 29.86 45.91 -
YUV 152.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 192 128 178 0 0.33 0.07 0.25 313.13 0.34 0.63
Hex C0 80 B2 0 21 7 19 139 22 3F
Octal 300 200 262 0 41 7 31 471 42 77
Binary 11000000 10000000 10110010 0 100001 111 11001 100111001 100010 111111

Color Harmonies of #C080B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C080B2

Black with #C080B2

Text Example


Text Example

White with #C080B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C080B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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