Html Css Color HEX #C77CAF Lily

📋 copy color: '#C77CAF'

red 199 ◦ green 124 ◦ blue 175

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

Shades of Lily #C77CAF

Tints of Lily #C77CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.9%

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

R = 39.96%
G = 24.9%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C77CAF (or 0xC77CAF) is known color: Lily. HEX triplet: C7, 7C and AF. RGB value is (199,124,175). Sum of RGB (Red+Green+Blue) = 199+124+175=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77CAF is #388350. Grayscale: #989898. Windows color (decimal): -3703633 or 11500743. OLE color: 11500743.

HSL color Cylindrical-coordinate representation of color #C77CAF: hue angle of 319.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77CAF is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 124 175 -
CMYK 0 0.38 0.12 0.22
HSL 319.2º 0.4% 0.63% -
HSV(B) 319.2º 0.38% 0.78% -
XYZ 38.5 29.65 44.25 -
YUV 152.24 140.85 161.35 -
System Red Green Blue C M Y K H S L
Decimal 199 124 175 0 0.38 0.12 0.22 319.2 0.4 0.63
Hex C7 7C AF 0 26 C 16 13F 28 3F
Octal 307 174 257 0 46 14 26 477 50 77
Binary 11000111 1111100 10101111 0 100110 1100 10110 100111111 101000 111111

Color Harmonies of #C77CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77CAF

Black with #C77CAF

Text Example


Text Example

White with #C77CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77CAF; }

 p { color: rgb(199,124,175); }

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

background-color css

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

 a { background-color: rgb(199,124,175); }

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

border-color css

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

 span { border-color: rgb(199,124,175); }

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