Html Css Color HEX #C8ACB6 Lily

📋 copy color: '#C8ACB6'

red 200 ◦ green 172 ◦ blue 182

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

Shades of Lily #C8ACB6

Tints of Lily #C8ACB6

RGB

 RED value IS 200 (78.52% from 255) = 36.1%

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

 BLUE value IS 182 (71.48% from 255) = 32.85%

R = 36.1%
G = 31.05%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C8ACB6 (or 0xC8ACB6) is known color: Lily. HEX triplet: C8, AC and B6. RGB value is (200,172,182). Sum of RGB (Red+Green+Blue) = 200+172+182=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACB6 is #375349. Grayscale: #B5B5B5. Windows color (decimal): -3625802 or 11971784. OLE color: 11971784.

HSL color Cylindrical-coordinate representation of color #C8ACB6: hue angle of 338.57º degrees, saturation: 0.2, 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 #C8ACB6 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 172 182 -
CMYK 0 0.14 0.09 0.22
HSL 338.57º 0.2% 0.73% -
HSV(B) 338.57º 0.14% 0.78% -
XYZ 47.02 45.16 50.5 -
YUV 181.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 200 172 182 0 0.14 0.09 0.22 338.57 0.2 0.73
Hex C8 AC B6 0 E 9 16 153 14 49
Octal 310 254 266 0 16 11 26 523 24 111
Binary 11001000 10101100 10110110 0 1110 1001 10110 101010011 10100 1001001

Color Harmonies of #C8ACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ACB6

Black with #C8ACB6

Text Example


Text Example

White with #C8ACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ACB6; }

 p { color: rgb(200,172,182); }

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

background-color css

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

 a { background-color: rgb(200,172,182); }

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

border-color css

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

 span { border-color: rgb(200,172,182); }

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