Html Css Color HEX #C7ACB8 Lily

📋 copy color: '#C7ACB8'

red 199 ◦ green 172 ◦ blue 184

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

Shades of Lily #C7ACB8

Tints of Lily #C7ACB8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.99%

 BLUE value IS 184 (72.27% from 255) = 33.15%

R = 35.86%
G = 30.99%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C7ACB8 (or 0xC7ACB8) is known color: Lily. HEX triplet: C7, AC and B8. RGB value is (199,172,184). Sum of RGB (Red+Green+Blue) = 199+172+184=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACB8 is #385347. Grayscale: #B5B5B5. Windows color (decimal): -3691336 or 12102855. OLE color: 12102855.

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

Color convert

RGB 199 172 184 -
CMYK 0 0.14 0.08 0.22
HSL 333.33º 0.19% 0.73% -
HSV(B) 333.33º 0.14% 0.78% -
XYZ 46.96 45.11 51.58 -
YUV 181.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 199 172 184 0 0.14 0.08 0.22 333.33 0.19 0.73
Hex C7 AC B8 0 E 8 16 14D 13 49
Octal 307 254 270 0 16 10 26 515 23 111
Binary 11000111 10101100 10111000 0 1110 1000 10110 101001101 10011 1001001

Color Harmonies of #C7ACB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ACB8

Black with #C7ACB8

Text Example


Text Example

White with #C7ACB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ACB8; }

 p { color: rgb(199,172,184); }

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

background-color css

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

 a { background-color: rgb(199,172,184); }

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

border-color css

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

 span { border-color: rgb(199,172,184); }

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