Html Css Color HEX #C082B7 London Hue

📋 copy color: '#C082B7'

red 192 ◦ green 130 ◦ blue 183

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

Shades of London Hue #C082B7

Tints of London Hue #C082B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.24%

R = 38.02%
G = 25.74%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C082B7 (or 0xC082B7) is known color: London Hue. HEX triplet: C0, 82 and B7. RGB value is (192,130,183). Sum of RGB (Red+Green+Blue) = 192+130+183=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C082B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C082B7 is #3F7D48. Grayscale: #9A9A9A. Windows color (decimal): -4160841 or 12026560. OLE color: 12026560.

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

Color convert

RGB 192 130 183 -
CMYK 0 0.32 0.05 0.25
HSL 308.71º 0.33% 0.63% -
HSV(B) 308.71º 0.32% 0.75% -
XYZ 38.27 30.59 48.69 -
YUV 154.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 192 130 183 0 0.32 0.05 0.25 308.71 0.33 0.63
Hex C0 82 B7 0 20 5 19 135 21 3F
Octal 300 202 267 0 40 5 31 465 41 77
Binary 11000000 10000010 10110111 0 100000 101 11001 100110101 100001 111111

Color Harmonies of #C082B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C082B7

Black with #C082B7

Text Example


Text Example

White with #C082B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C082B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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