Html Css Color HEX #C4AEB5 Lily

📋 copy color: '#C4AEB5'

red 196 ◦ green 174 ◦ blue 181

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

Shades of Lily #C4AEB5

Tints of Lily #C4AEB5

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.58%

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

R = 35.57%
G = 31.58%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C4AEB5 (or 0xC4AEB5) is known color: Lily. HEX triplet: C4, AE and B5. RGB value is (196,174,181). Sum of RGB (Red+Green+Blue) = 196+174+181=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AEB5 is #3B514A. Grayscale: #B5B5B5. Windows color (decimal): -3887435 or 11906756. OLE color: 11906756.

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

Color convert

RGB 196 174 181 -
CMYK 0 0.11 0.08 0.23
HSL 340.91º 0.16% 0.73% -
HSV(B) 340.91º 0.11% 0.77% -
XYZ 46.24 45.34 50.03 -
YUV 181.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 196 174 181 0 0.11 0.08 0.23 340.91 0.16 0.73
Hex C4 AE B5 0 B 8 17 155 10 49
Octal 304 256 265 0 13 10 27 525 20 111
Binary 11000100 10101110 10110101 0 1011 1000 10111 101010101 10000 1001001

Color Harmonies of #C4AEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AEB5

Black with #C4AEB5

Text Example


Text Example

White with #C4AEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AEB5; }

 p { color: rgb(196,174,181); }

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

background-color css

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

 a { background-color: rgb(196,174,181); }

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

border-color css

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

 span { border-color: rgb(196,174,181); }

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