Html Css Color HEX #C776B2 London Hue

📋 copy color: '#C776B2'

red 199 ◦ green 118 ◦ blue 178

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

Shades of London Hue #C776B2

Tints of London Hue #C776B2

RGB

 RED value IS 199 (78.13% from 255) = 40.2%

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

 BLUE value IS 178 (69.92% from 255) = 35.96%

R = 40.2%
G = 23.84%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C776B2 (or 0xC776B2) is known color: London Hue. HEX triplet: C7, 76 and B2. RGB value is (199,118,178). Sum of RGB (Red+Green+Blue) = 199+118+178=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C776B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C776B2 is #38894D. Grayscale: #949494. Windows color (decimal): -3705166 or 11695815. OLE color: 11695815.

HSL color Cylindrical-coordinate representation of color #C776B2: hue angle of 315.56º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C776B2 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 118 178 -
CMYK 0 0.41 0.11 0.22
HSL 315.56º 0.42% 0.62% -
HSV(B) 315.56º 0.41% 0.78% -
XYZ 38.07 28.31 45.58 -
YUV 149.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 199 118 178 0 0.41 0.11 0.22 315.56 0.42 0.62
Hex C7 76 B2 0 29 B 16 13C 2A 3E
Octal 307 166 262 0 51 13 26 474 52 76
Binary 11000111 1110110 10110010 0 101001 1011 10110 100111100 101010 111110

Color Harmonies of #C776B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C776B2

Black with #C776B2

Text Example


Text Example

White with #C776B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C776B2; }

 p { color: rgb(199,118,178); }

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

background-color css

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

 a { background-color: rgb(199,118,178); }

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

border-color css

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

 span { border-color: rgb(199,118,178); }

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