Html Css Color HEX #C4ABB6 Lily

📋 copy color: '#C4ABB6'

red 196 ◦ green 171 ◦ blue 182

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

Shades of Lily #C4ABB6

Tints of Lily #C4ABB6

RGB

 RED value IS 196 (76.95% from 255) = 35.7%

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

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

R = 35.7%
G = 31.15%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C4ABB6 (or 0xC4ABB6) is known color: Lily. HEX triplet: C4, AB and B6. RGB value is (196,171,182). Sum of RGB (Red+Green+Blue) = 196+171+182=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABB6 is #3B5449. Grayscale: #B3B3B3. Windows color (decimal): -3888202 or 11971524. OLE color: 11971524.

HSL color Cylindrical-coordinate representation of color #C4ABB6: hue angle of 333.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4ABB6 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 171 182 -
CMYK 0 0.13 0.07 0.23
HSL 333.6º 0.17% 0.72% -
HSV(B) 333.6º 0.13% 0.77% -
XYZ 45.77 44.24 50.38 -
YUV 179.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 196 171 182 0 0.13 0.07 0.23 333.6 0.17 0.72
Hex C4 AB B6 0 D 7 17 14E 11 48
Octal 304 253 266 0 15 7 27 516 21 110
Binary 11000100 10101011 10110110 0 1101 111 10111 101001110 10001 1001000

Color Harmonies of #C4ABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ABB6

Black with #C4ABB6

Text Example


Text Example

White with #C4ABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ABB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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