Html Css Color HEX #C2ABB8 Lily

📋 copy color: '#C2ABB8'

red 194 ◦ green 171 ◦ blue 184

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

Shades of Lily #C2ABB8

Tints of Lily #C2ABB8

RGB

 RED value IS 194 (76.17% from 255) = 35.34%

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

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

R = 35.34%
G = 31.15%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C2ABB8 (or 0xC2ABB8) is known color: Lily. HEX triplet: C2, AB and B8. RGB value is (194,171,184). Sum of RGB (Red+Green+Blue) = 194+171+184=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABB8 is #3D5447. Grayscale: #B3B3B3. Windows color (decimal): -4019272 or 12102594. OLE color: 12102594.

HSL color Cylindrical-coordinate representation of color #C2ABB8: hue angle of 326.09º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2ABB8 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 171 184 -
CMYK 0 0.12 0.05 0.24
HSL 326.09º 0.16% 0.72% -
HSV(B) 326.09º 0.12% 0.76% -
XYZ 45.46 44.06 51.45 -
YUV 179.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 194 171 184 0 0.12 0.05 0.24 326.09 0.16 0.72
Hex C2 AB B8 0 C 5 18 146 10 48
Octal 302 253 270 0 14 5 30 506 20 110
Binary 11000010 10101011 10111000 0 1100 101 11000 101000110 10000 1001000

Color Harmonies of #C2ABB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABB8

Black with #C2ABB8

Text Example


Text Example

White with #C2ABB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABB8; }

 p { color: rgb(194,171,184); }

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

background-color css

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

 a { background-color: rgb(194,171,184); }

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

border-color css

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

 span { border-color: rgb(194,171,184); }

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