Html Css Color HEX #C576B4 London Hue

📋 copy color: '#C576B4'

red 197 ◦ green 118 ◦ blue 180

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

Shades of London Hue #C576B4

Tints of London Hue #C576B4

RGB

 RED value IS 197 (77.34% from 255) = 39.8%

 GREEN value IS 118 (46.48% from 255) = 23.84%

 BLUE value IS 180 (70.7% from 255) = 36.36%

R = 39.8%
G = 23.84%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C576B4 (or 0xC576B4) is known color: London Hue. HEX triplet: C5, 76 and B4. RGB value is (197,118,180). Sum of RGB (Red+Green+Blue) = 197+118+180=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C576B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576B4 is #3A894B. Grayscale: #949494. Windows color (decimal): -3836236 or 11826885. OLE color: 11826885.

HSL color Cylindrical-coordinate representation of color #C576B4: hue angle of 312.91º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C576B4 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 118 180 -
CMYK 0 0.40 0.09 0.23
HSL 312.91º 0.41% 0.62% -
HSV(B) 312.91º 0.4% 0.77% -
XYZ 37.74 28.12 46.62 -
YUV 148.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 197 118 180 0 0.40 0.09 0.23 312.91 0.41 0.62
Hex C5 76 B4 0 28 9 17 139 29 3E
Octal 305 166 264 0 50 11 27 471 51 76
Binary 11000101 1110110 10110100 0 101000 1001 10111 100111001 101001 111110

Color Harmonies of #C576B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C576B4

Black with #C576B4

Text Example


Text Example

White with #C576B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C576B4; }

 p { color: rgb(197,118,180); }

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

background-color css

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

 a { background-color: rgb(197,118,180); }

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

border-color css

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

 span { border-color: rgb(197,118,180); }

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