Html Css Color HEX #C2AEB6 Lily

📋 copy color: '#C2AEB6'

red 194 ◦ green 174 ◦ blue 182

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

Shades of Lily #C2AEB6

Tints of Lily #C2AEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.09%

R = 35.27%
G = 31.64%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C2AEB6 (or 0xC2AEB6) is known color: Lily. HEX triplet: C2, AE and B6. RGB value is (194,174,182). Sum of RGB (Red+Green+Blue) = 194+174+182=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEB6 is #3D5149. Grayscale: #B4B4B4. Windows color (decimal): -4018506 or 11972290. OLE color: 11972290.

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

Color convert

RGB 194 174 182 -
CMYK 0 0.10 0.06 0.24
HSL 336º 0.14% 0.72% -
HSV(B) 336º 0.1% 0.76% -
XYZ 45.83 45.12 50.55 -
YUV 180.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 194 174 182 0 0.10 0.06 0.24 336 0.14 0.72
Hex C2 AE B6 0 A 6 18 150 E 48
Octal 302 256 266 0 12 6 30 520 16 110
Binary 11000010 10101110 10110110 0 1010 110 11000 101010000 1110 1001000

Color Harmonies of #C2AEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AEB6

Black with #C2AEB6

Text Example


Text Example

White with #C2AEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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