Html Css Color HEX #C2AEB5 Lily

📋 copy color: '#C2AEB5'

red 194 ◦ green 174 ◦ blue 181

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

Shades of Lily #C2AEB5

Tints of Lily #C2AEB5

RGB

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

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

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

R = 35.34%
G = 31.69%
B = 32.97%

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

#C2AEB5 (or 0xC2AEB5) is known color: Lily. HEX triplet: C2, AE and B5. RGB value is (194,174,181). Sum of RGB (Red+Green+Blue) = 194+174+181=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEB5 is #3D514A. Grayscale: #B4B4B4. Windows color (decimal): -4018507 or 11906754. OLE color: 11906754.

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

Color convert

RGB 194 174 181 -
CMYK 0 0.10 0.07 0.24
HSL 339º 0.14% 0.72% -
HSV(B) 339º 0.1% 0.76% -
XYZ 45.72 45.08 50.01 -
YUV 180.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 194 174 181 0 0.10 0.07 0.24 339 0.14 0.72
Hex C2 AE B5 0 A 7 18 153 E 48
Octal 302 256 265 0 12 7 30 523 16 110
Binary 11000010 10101110 10110101 0 1010 111 11000 101010011 1110 1001000

Color Harmonies of #C2AEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AEB5

Black with #C2AEB5

Text Example


Text Example

White with #C2AEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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