Html Css Color HEX #C081AD London Hue

📋 copy color: '#C081AD'

red 192 ◦ green 129 ◦ blue 173

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

Shades of London Hue #C081AD

Tints of London Hue #C081AD

RGB

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

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

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

R = 38.87%
G = 26.11%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C081AD (or 0xC081AD) is known color: London Hue. HEX triplet: C0, 81 and AD. RGB value is (192,129,173). Sum of RGB (Red+Green+Blue) = 192+129+173=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C081AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C081AD is #3F7E52. Grayscale: #989898. Windows color (decimal): -4161107 or 11370944. OLE color: 11370944.

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

Color convert

RGB 192 129 173 -
CMYK 0 0.33 0.10 0.25
HSL 318.1º 0.33% 0.63% -
HSV(B) 318.1º 0.33% 0.75% -
XYZ 37.13 29.92 43.35 -
YUV 152.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 192 129 173 0 0.33 0.10 0.25 318.1 0.33 0.63
Hex C0 81 AD 0 21 A 19 13E 21 3F
Octal 300 201 255 0 41 12 31 476 41 77
Binary 11000000 10000001 10101101 0 100001 1010 11001 100111110 100001 111111

Color Harmonies of #C081AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C081AD

Black with #C081AD

Text Example


Text Example

White with #C081AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C081AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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