Html Css Color HEX #C6ABB6 Lily

📋 copy color: '#C6ABB6'

red 198 ◦ green 171 ◦ blue 182

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

Shades of Lily #C6ABB6

Tints of Lily #C6ABB6

RGB

 RED value IS 198 (77.73% from 255) = 35.93%

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

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

R = 35.93%
G = 31.03%
B = 33.03%

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

#C6ABB6 (or 0xC6ABB6) is known color: Lily. HEX triplet: C6, AB and B6. RGB value is (198,171,182). Sum of RGB (Red+Green+Blue) = 198+171+182=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABB6 is #395449. Grayscale: #B4B4B4. Windows color (decimal): -3757130 or 11971526. OLE color: 11971526.

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

Color convert

RGB 198 171 182 -
CMYK 0 0.14 0.08 0.22
HSL 335.56º 0.19% 0.72% -
HSV(B) 335.56º 0.14% 0.78% -
XYZ 46.3 44.51 50.41 -
YUV 180.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 198 171 182 0 0.14 0.08 0.22 335.56 0.19 0.72
Hex C6 AB B6 0 E 8 16 150 13 48
Octal 306 253 266 0 16 10 26 520 23 110
Binary 11000110 10101011 10110110 0 1110 1000 10110 101010000 10011 1001000

Color Harmonies of #C6ABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABB6

Black with #C6ABB6

Text Example


Text Example

White with #C6ABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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