Html Css Color HEX #C2ABB5 Lily

📋 copy color: '#C2ABB5'

red 194 ◦ green 171 ◦ blue 181

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

Shades of Lily #C2ABB5

Tints of Lily #C2ABB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.15%

R = 35.53%
G = 31.32%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C2ABB5 (or 0xC2ABB5) is known color: Lily. HEX triplet: C2, AB and B5. RGB value is (194,171,181). Sum of RGB (Red+Green+Blue) = 194+171+181=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABB5 is #3D544A. Grayscale: #B3B3B3. Windows color (decimal): -4019275 or 11905986. OLE color: 11905986.

HSL color Cylindrical-coordinate representation of color #C2ABB5: hue angle of 333.91º 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 #C2ABB5 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 171 181 -
CMYK 0 0.12 0.07 0.24
HSL 333.91º 0.16% 0.72% -
HSV(B) 333.91º 0.12% 0.76% -
XYZ 45.15 43.93 49.82 -
YUV 179.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 194 171 181 0 0.12 0.07 0.24 333.91 0.16 0.72
Hex C2 AB B5 0 C 7 18 14E 10 48
Octal 302 253 265 0 14 7 30 516 20 110
Binary 11000010 10101011 10110101 0 1100 111 11000 101001110 10000 1001000

Color Harmonies of #C2ABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABB5

Black with #C2ABB5

Text Example


Text Example

White with #C2ABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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