Html Css Color HEX #C4A1BC Lily

📋 copy color: '#C4A1BC'

red 196 ◦ green 161 ◦ blue 188

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

Shades of Lily #C4A1BC

Tints of Lily #C4A1BC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.54%

 BLUE value IS 188 (73.83% from 255) = 34.5%

R = 35.96%
G = 29.54%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C4A1BC (or 0xC4A1BC) is known color: Lily. HEX triplet: C4, A1 and BC. RGB value is (196,161,188). Sum of RGB (Red+Green+Blue) = 196+161+188=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A1BC is #3B5E43. Grayscale: #AEAEAE. Windows color (decimal): -3890756 or 12362180. OLE color: 12362180.

HSL color Cylindrical-coordinate representation of color #C4A1BC: hue angle of 313.71º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4A1BC is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 161 188 -
CMYK 0 0.18 0.04 0.23
HSL 313.71º 0.23% 0.7% -
HSV(B) 313.71º 0.18% 0.77% -
XYZ 44.59 40.86 53.11 -
YUV 174.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 196 161 188 0 0.18 0.04 0.23 313.71 0.23 0.7
Hex C4 A1 BC 0 12 4 17 13A 17 46
Octal 304 241 274 0 22 4 27 472 27 106
Binary 11000100 10100001 10111100 0 10010 100 10111 100111010 10111 1000110

Color Harmonies of #C4A1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A1BC

Black with #C4A1BC

Text Example


Text Example

White with #C4A1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A1BC; }

 p { color: rgb(196,161,188); }

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

background-color css

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

 a { background-color: rgb(196,161,188); }

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

border-color css

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

 span { border-color: rgb(196,161,188); }

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