Html Css Color HEX #C482BA London Hue

📋 copy color: '#C482BA'

red 196 ◦ green 130 ◦ blue 186

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

Shades of London Hue #C482BA

Tints of London Hue #C482BA

RGB

 RED value IS 196 (76.95% from 255) = 38.28%

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

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 38.28%
G = 25.39%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C482BA (or 0xC482BA) is known color: London Hue. HEX triplet: C4, 82 and BA. RGB value is (196,130,186). Sum of RGB (Red+Green+Blue) = 196+130+186=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C482BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482BA is #3B7D45. Grayscale: #9B9B9B. Windows color (decimal): -3898694 or 12223172. OLE color: 12223172.

HSL color Cylindrical-coordinate representation of color #C482BA: hue angle of 309.09º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C482BA is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 130 186 -
CMYK 0 0.34 0.05 0.23
HSL 309.09º 0.36% 0.64% -
HSV(B) 309.09º 0.34% 0.77% -
XYZ 39.61 31.25 50.4 -
YUV 156.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 196 130 186 0 0.34 0.05 0.23 309.09 0.36 0.64
Hex C4 82 BA 0 22 5 17 135 24 40
Octal 304 202 272 0 42 5 27 465 44 100
Binary 11000100 10000010 10111010 0 100010 101 10111 100110101 100100 1000000

Color Harmonies of #C482BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482BA

Black with #C482BA

Text Example


Text Example

White with #C482BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482BA; }

 p { color: rgb(196,130,186); }

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

background-color css

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

 a { background-color: rgb(196,130,186); }

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

border-color css

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

 span { border-color: rgb(196,130,186); }

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