Html Css Color HEX #C280AF London Hue

📋 copy color: '#C280AF'

red 194 ◦ green 128 ◦ blue 175

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

Shades of London Hue #C280AF

Tints of London Hue #C280AF

RGB

 RED value IS 194 (76.17% from 255) = 39.03%

 GREEN value IS 128 (50.39% from 255) = 25.75%

 BLUE value IS 175 (68.75% from 255) = 35.21%

R = 39.03%
G = 25.75%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C280AF (or 0xC280AF) is known color: London Hue. HEX triplet: C2, 80 and AF. RGB value is (194,128,175). Sum of RGB (Red+Green+Blue) = 194+128+175=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C280AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C280AF is #3D7F50. Grayscale: #989898. Windows color (decimal): -4030289 or 11501762. OLE color: 11501762.

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

Color convert

RGB 194 128 175 -
CMYK 0 0.34 0.10 0.24
HSL 317.27º 0.35% 0.63% -
HSV(B) 317.27º 0.34% 0.76% -
XYZ 37.71 30 44.36 -
YUV 153.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 194 128 175 0 0.34 0.10 0.24 317.27 0.35 0.63
Hex C2 80 AF 0 22 A 18 13D 23 3F
Octal 302 200 257 0 42 12 30 475 43 77
Binary 11000010 10000000 10101111 0 100010 1010 11000 100111101 100011 111111

Color Harmonies of #C280AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C280AF

Black with #C280AF

Text Example


Text Example

White with #C280AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C280AF; }

 p { color: rgb(194,128,175); }

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

background-color css

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

 a { background-color: rgb(194,128,175); }

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

border-color css

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

 span { border-color: rgb(194,128,175); }

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