Html Css Color HEX #C082BB London Hue

📋 copy color: '#C082BB'

red 192 ◦ green 130 ◦ blue 187

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

Shades of London Hue #C082BB

Tints of London Hue #C082BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.74%

R = 37.72%
G = 25.54%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C082BB (or 0xC082BB) is known color: London Hue. HEX triplet: C0, 82 and BB. RGB value is (192,130,187). Sum of RGB (Red+Green+Blue) = 192+130+187=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C082BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C082BB is #3F7D44. Grayscale: #9A9A9A. Windows color (decimal): -4160837 or 12288704. OLE color: 12288704.

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

Color convert

RGB 192 130 187 -
CMYK 0 0.32 0.03 0.25
HSL 304.84º 0.33% 0.63% -
HSV(B) 304.84º 0.32% 0.75% -
XYZ 38.69 30.76 50.91 -
YUV 155.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 192 130 187 0 0.32 0.03 0.25 304.84 0.33 0.63
Hex C0 82 BB 0 20 3 19 131 21 3F
Octal 300 202 273 0 40 3 31 461 41 77
Binary 11000000 10000010 10111011 0 100000 11 11001 100110001 100001 111111

Color Harmonies of #C082BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C082BB

Black with #C082BB

Text Example


Text Example

White with #C082BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C082BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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