Html Css Color HEX #C481BA London Hue

📋 copy color: '#C481BA'

red 196 ◦ green 129 ◦ blue 186

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

Shades of London Hue #C481BA

Tints of London Hue #C481BA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.24%

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

R = 38.36%
G = 25.24%
B = 36.4%

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

#C481BA (or 0xC481BA) is known color: London Hue. HEX triplet: C4, 81 and BA. RGB value is (196,129,186). Sum of RGB (Red+Green+Blue) = 196+129+186=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C481BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481BA is #3B7E45. Grayscale: #9B9B9B. Windows color (decimal): -3898950 or 12222916. OLE color: 12222916.

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

Color convert

RGB 196 129 186 -
CMYK 0 0.34 0.05 0.23
HSL 308.96º 0.36% 0.64% -
HSV(B) 308.96º 0.34% 0.77% -
XYZ 39.48 30.98 50.35 -
YUV 155.53 145.2 156.87 -
System Red Green Blue C M Y K H S L
Decimal 196 129 186 0 0.34 0.05 0.23 308.96 0.36 0.64
Hex C4 81 BA 0 22 5 17 135 24 40
Octal 304 201 272 0 42 5 27 465 44 100
Binary 11000100 10000001 10111010 0 100010 101 10111 100110101 100100 1000000

Color Harmonies of #C481BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C481BA

Black with #C481BA

Text Example


Text Example

White with #C481BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C481BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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