Html Css Color HEX #C1AEB4 Lily

📋 copy color: '#C1AEB4'

red 193 ◦ green 174 ◦ blue 180

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

Shades of Lily #C1AEB4

Tints of Lily #C1AEB4

RGB

 RED value IS 193 (75.78% from 255) = 35.28%

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

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

R = 35.28%
G = 31.81%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C1AEB4 (or 0xC1AEB4) is known color: Lily. HEX triplet: C1, AE and B4. RGB value is (193,174,180). Sum of RGB (Red+Green+Blue) = 193+174+180=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AEB4 is #3E514B. Grayscale: #B4B4B4. Windows color (decimal): -4084044 or 11841217. OLE color: 11841217.

HSL color Cylindrical-coordinate representation of color #C1AEB4: hue angle of 341.05º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1AEB4 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 174 180 -
CMYK 0 0.10 0.07 0.24
HSL 341.05º 0.13% 0.72% -
HSV(B) 341.05º 0.1% 0.76% -
XYZ 45.37 44.9 49.46 -
YUV 180.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 193 174 180 0 0.10 0.07 0.24 341.05 0.13 0.72
Hex C1 AE B4 0 A 7 18 155 D 48
Octal 301 256 264 0 12 7 30 525 15 110
Binary 11000001 10101110 10110100 0 1010 111 11000 101010101 1101 1001000

Color Harmonies of #C1AEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AEB4

Black with #C1AEB4

Text Example


Text Example

White with #C1AEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AEB4; }

 p { color: rgb(193,174,180); }

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

background-color css

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

 a { background-color: rgb(193,174,180); }

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

border-color css

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

 span { border-color: rgb(193,174,180); }

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