Html Css Color HEX #C8ABB6 Lily

📋 copy color: '#C8ABB6'

red 200 ◦ green 171 ◦ blue 182

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

Shades of Lily #C8ABB6

Tints of Lily #C8ABB6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.92%

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

R = 36.17%
G = 30.92%
B = 32.91%

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

#C8ABB6 (or 0xC8ABB6) is known color: Lily. HEX triplet: C8, AB and B6. RGB value is (200,171,182). Sum of RGB (Red+Green+Blue) = 200+171+182=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABB6 is #375449. Grayscale: #B4B4B4. Windows color (decimal): -3626058 or 11971528. OLE color: 11971528.

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

Color convert

RGB 200 171 182 -
CMYK 0 0.14 0.09 0.22
HSL 337.24º 0.21% 0.73% -
HSV(B) 337.24º 0.15% 0.78% -
XYZ 46.83 44.78 50.43 -
YUV 180.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 200 171 182 0 0.14 0.09 0.22 337.24 0.21 0.73
Hex C8 AB B6 0 E 9 16 151 15 49
Octal 310 253 266 0 16 11 26 521 25 111
Binary 11001000 10101011 10110110 0 1110 1001 10110 101010001 10101 1001001

Color Harmonies of #C8ABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ABB6

Black with #C8ABB6

Text Example


Text Example

White with #C8ABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ABB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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