Html Css Color HEX #C7A1BC Lily

📋 copy color: '#C7A1BC'

red 199 ◦ green 161 ◦ blue 188

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

Shades of Lily #C7A1BC

Tints of Lily #C7A1BC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.38%

 BLUE value IS 188 (73.83% from 255) = 34.31%

R = 36.31%
G = 29.38%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C7A1BC (or 0xC7A1BC) is known color: Lily. HEX triplet: C7, A1 and BC. RGB value is (199,161,188). Sum of RGB (Red+Green+Blue) = 199+161+188=548 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.31% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A1BC is #385E43. Grayscale: #AFAFAF. Windows color (decimal): -3694148 or 12362183. OLE color: 12362183.

HSL color Cylindrical-coordinate representation of color #C7A1BC: hue angle of 317.37º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7A1BC is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 161 188 -
CMYK 0 0.19 0.06 0.22
HSL 317.37º 0.25% 0.71% -
HSV(B) 317.37º 0.19% 0.78% -
XYZ 45.38 41.26 53.15 -
YUV 175.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 199 161 188 0 0.19 0.06 0.22 317.37 0.25 0.71
Hex C7 A1 BC 0 13 6 16 13D 19 47
Octal 307 241 274 0 23 6 26 475 31 107
Binary 11000111 10100001 10111100 0 10011 110 10110 100111101 11001 1000111

Color Harmonies of #C7A1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A1BC

Black with #C7A1BC

Text Example


Text Example

White with #C7A1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A1BC; }

 p { color: rgb(199,161,188); }

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

background-color css

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

 a { background-color: rgb(199,161,188); }

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

border-color css

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

 span { border-color: rgb(199,161,188); }

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