Html Css Color HEX #C277AF London Hue

📋 copy color: '#C277AF'

red 194 ◦ green 119 ◦ blue 175

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

Shades of London Hue #C277AF

Tints of London Hue #C277AF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.39%

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

R = 39.75%
G = 24.39%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C277AF (or 0xC277AF) is known color: London Hue. HEX triplet: C2, 77 and AF. RGB value is (194,119,175). Sum of RGB (Red+Green+Blue) = 194+119+175=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C277AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C277AF is #3D8850. Grayscale: #939393. Windows color (decimal): -4032593 or 11499458. OLE color: 11499458.

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

Color convert

RGB 194 119 175 -
CMYK 0 0.39 0.10 0.24
HSL 315.2º 0.38% 0.61% -
HSV(B) 315.2º 0.39% 0.76% -
XYZ 36.58 27.76 43.99 -
YUV 147.81 143.35 160.95 -
System Red Green Blue C M Y K H S L
Decimal 194 119 175 0 0.39 0.10 0.24 315.2 0.38 0.61
Hex C2 77 AF 0 27 A 18 13B 26 3D
Octal 302 167 257 0 47 12 30 473 46 75
Binary 11000010 1110111 10101111 0 100111 1010 11000 100111011 100110 111101

Color Harmonies of #C277AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C277AF

Black with #C277AF

Text Example


Text Example

White with #C277AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C277AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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