Html Css Color HEX #C2AEB4 Lily

📋 copy color: '#C2AEB4'

red 194 ◦ green 174 ◦ blue 180

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

Shades of Lily #C2AEB4

Tints of Lily #C2AEB4

RGB

 RED value IS 194 (76.17% from 255) = 35.4%

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

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

R = 35.4%
G = 31.75%
B = 32.85%

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

#C2AEB4 (or 0xC2AEB4) is known color: Lily. HEX triplet: C2, AE and B4. RGB value is (194,174,180). Sum of RGB (Red+Green+Blue) = 194+174+180=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEB4 is #3D514B. Grayscale: #B4B4B4. Windows color (decimal): -4018508 or 11841218. OLE color: 11841218.

HSL color Cylindrical-coordinate representation of color #C2AEB4: hue angle of 342º degrees, saturation: 0.14, 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 #C2AEB4 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 174 180 -
CMYK 0 0.10 0.07 0.24
HSL 342º 0.14% 0.72% -
HSV(B) 342º 0.1% 0.76% -
XYZ 45.62 45.04 49.47 -
YUV 180.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 194 174 180 0 0.10 0.07 0.24 342 0.14 0.72
Hex C2 AE B4 0 A 7 18 156 E 48
Octal 302 256 264 0 12 7 30 526 16 110
Binary 11000010 10101110 10110100 0 1010 111 11000 101010110 1110 1001000

Color Harmonies of #C2AEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AEB4

Black with #C2AEB4

Text Example


Text Example

White with #C2AEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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