Html Css Color HEX #C4AAB7 Lily

📋 copy color: '#C4AAB7'

red 196 ◦ green 170 ◦ blue 183

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

Shades of Lily #C4AAB7

Tints of Lily #C4AAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.33%

R = 35.7%
G = 30.97%
B = 33.33%

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

#C4AAB7 (or 0xC4AAB7) is known color: Lily. HEX triplet: C4, AA and B7. RGB value is (196,170,183). Sum of RGB (Red+Green+Blue) = 196+170+183=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AAB7 is #3B5548. Grayscale: #B3B3B3. Windows color (decimal): -3888457 or 12036804. OLE color: 12036804.

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

Color convert

RGB 196 170 183 -
CMYK 0 0.13 0.07 0.23
HSL 330º 0.18% 0.72% -
HSV(B) 330º 0.13% 0.77% -
XYZ 45.69 43.9 50.87 -
YUV 179.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 196 170 183 0 0.13 0.07 0.23 330 0.18 0.72
Hex C4 AA B7 0 D 7 17 14A 12 48
Octal 304 252 267 0 15 7 27 512 22 110
Binary 11000100 10101010 10110111 0 1101 111 10111 101001010 10010 1001000

Color Harmonies of #C4AAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AAB7

Black with #C4AAB7

Text Example


Text Example

White with #C4AAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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