Html Css Color HEX #C4AAB4 Lily

📋 copy color: '#C4AAB4'

red 196 ◦ green 170 ◦ blue 180

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

Shades of Lily #C4AAB4

Tints of Lily #C4AAB4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.14%

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

R = 35.9%
G = 31.14%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C4AAB4 (or 0xC4AAB4) is known color: Lily. HEX triplet: C4, AA and B4. RGB value is (196,170,180). Sum of RGB (Red+Green+Blue) = 196+170+180=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AAB4 is #3B554B. Grayscale: #B2B2B2. Windows color (decimal): -3888460 or 11840196. OLE color: 11840196.

HSL color Cylindrical-coordinate representation of color #C4AAB4: hue angle of 336.92º degrees, saturation: 0.18, 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 #C4AAB4 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 170 180 -
CMYK 0 0.13 0.08 0.23
HSL 336.92º 0.18% 0.72% -
HSV(B) 336.92º 0.13% 0.77% -
XYZ 45.38 43.78 49.24 -
YUV 178.91 128.61 140.19 -
System Red Green Blue C M Y K H S L
Decimal 196 170 180 0 0.13 0.08 0.23 336.92 0.18 0.72
Hex C4 AA B4 0 D 8 17 151 12 48
Octal 304 252 264 0 15 10 27 521 22 110
Binary 11000100 10101010 10110100 0 1101 1000 10111 101010001 10010 1001000

Color Harmonies of #C4AAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AAB4

Black with #C4AAB4

Text Example


Text Example

White with #C4AAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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