Html Css Color HEX #C2AEB7 Lily

📋 copy color: '#C2AEB7'

red 194 ◦ green 174 ◦ blue 183

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

Shades of Lily #C2AEB7

Tints of Lily #C2AEB7

RGB

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

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

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

R = 35.21%
G = 31.58%
B = 33.21%

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

#C2AEB7 (or 0xC2AEB7) is known color: Lily. HEX triplet: C2, AE and B7. RGB value is (194,174,183). Sum of RGB (Red+Green+Blue) = 194+174+183=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEB7 is #3D5148. Grayscale: #B4B4B4. Windows color (decimal): -4018505 or 12037826. OLE color: 12037826.

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

Color convert

RGB 194 174 183 -
CMYK 0 0.10 0.06 0.24
HSL 333º 0.14% 0.72% -
HSV(B) 333º 0.1% 0.76% -
XYZ 45.93 45.16 51.1 -
YUV 181.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 194 174 183 0 0.10 0.06 0.24 333 0.14 0.72
Hex C2 AE B7 0 A 6 18 14D E 48
Octal 302 256 267 0 12 6 30 515 16 110
Binary 11000010 10101110 10110111 0 1010 110 11000 101001101 1110 1001000

Color Harmonies of #C2AEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AEB7

Black with #C2AEB7

Text Example


Text Example

White with #C2AEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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