Html Css Color HEX #C181AD London Hue

📋 copy color: '#C181AD'

red 193 ◦ green 129 ◦ blue 173

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

Shades of London Hue #C181AD

Tints of London Hue #C181AD

RGB

 RED value IS 193 (75.78% from 255) = 38.99%

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

 BLUE value IS 173 (67.97% from 255) = 34.95%

R = 38.99%
G = 26.06%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C181AD (or 0xC181AD) is known color: London Hue. HEX triplet: C1, 81 and AD. RGB value is (193,129,173). Sum of RGB (Red+Green+Blue) = 193+129+173=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C181AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C181AD is #3E7E52. Grayscale: #999999. Windows color (decimal): -4095571 or 11370945. OLE color: 11370945.

HSL color Cylindrical-coordinate representation of color #C181AD: hue angle of 318.75º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C181AD is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 129 173 -
CMYK 0 0.33 0.10 0.24
HSL 318.75º 0.34% 0.63% -
HSV(B) 318.75º 0.33% 0.76% -
XYZ 37.39 30.06 43.37 -
YUV 153.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 193 129 173 0 0.33 0.10 0.24 318.75 0.34 0.63
Hex C1 81 AD 0 21 A 18 13F 22 3F
Octal 301 201 255 0 41 12 30 477 42 77
Binary 11000001 10000001 10101101 0 100001 1010 11000 100111111 100010 111111

Color Harmonies of #C181AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C181AD

Black with #C181AD

Text Example


Text Example

White with #C181AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C181AD; }

 p { color: rgb(193,129,173); }

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

background-color css

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

 a { background-color: rgb(193,129,173); }

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

border-color css

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

 span { border-color: rgb(193,129,173); }

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