Html Css Color HEX #C4A9B4 Lily

📋 copy color: '#C4A9B4'

red 196 ◦ green 169 ◦ blue 180

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

Shades of Lily #C4A9B4

Tints of Lily #C4A9B4

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.01%

 BLUE value IS 180 (70.7% from 255) = 33.03%

R = 35.96%
G = 31.01%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C4A9B4 (or 0xC4A9B4) is known color: Lily. HEX triplet: C4, A9 and B4. RGB value is (196,169,180). Sum of RGB (Red+Green+Blue) = 196+169+180=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A9B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A9B4 is #3B564B. Grayscale: #B2B2B2. Windows color (decimal): -3888716 or 11839940. OLE color: 11839940.

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

Color convert

RGB 196 169 180 -
CMYK 0 0.14 0.08 0.23
HSL 335.56º 0.19% 0.72% -
HSV(B) 335.56º 0.14% 0.77% -
XYZ 45.19 43.41 49.18 -
YUV 178.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 196 169 180 0 0.14 0.08 0.23 335.56 0.19 0.72
Hex C4 A9 B4 0 E 8 17 150 13 48
Octal 304 251 264 0 16 10 27 520 23 110
Binary 11000100 10101001 10110100 0 1110 1000 10111 101010000 10011 1001000

Color Harmonies of #C4A9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A9B4

Black with #C4A9B4

Text Example


Text Example

White with #C4A9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A9B4; }

 p { color: rgb(196,169,180); }

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

background-color css

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

 a { background-color: rgb(196,169,180); }

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

border-color css

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

 span { border-color: rgb(196,169,180); }

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