Html Css Color HEX #C082B9 London Hue

📋 copy color: '#C082B9'

red 192 ◦ green 130 ◦ blue 185

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

Shades of London Hue #C082B9

Tints of London Hue #C082B9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.64%

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

R = 37.87%
G = 25.64%
B = 36.49%

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

#C082B9 (or 0xC082B9) is known color: London Hue. HEX triplet: C0, 82 and B9. RGB value is (192,130,185). Sum of RGB (Red+Green+Blue) = 192+130+185=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C082B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C082B9 is #3F7D46. Grayscale: #9A9A9A. Windows color (decimal): -4160839 or 12157632. OLE color: 12157632.

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

Color convert

RGB 192 130 185 -
CMYK 0 0.32 0.04 0.25
HSL 306.77º 0.33% 0.63% -
HSV(B) 306.77º 0.32% 0.75% -
XYZ 38.48 30.67 49.79 -
YUV 154.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 192 130 185 0 0.32 0.04 0.25 306.77 0.33 0.63
Hex C0 82 B9 0 20 4 19 133 21 3F
Octal 300 202 271 0 40 4 31 463 41 77
Binary 11000000 10000010 10111001 0 100000 100 11001 100110011 100001 111111

Color Harmonies of #C082B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C082B9

Black with #C082B9

Text Example


Text Example

White with #C082B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C082B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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