Html Css Color HEX #C2AAB7 Lily

📋 copy color: '#C2AAB7'

red 194 ◦ green 170 ◦ blue 183

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

Shades of Lily #C2AAB7

Tints of Lily #C2AAB7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.08%

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

R = 35.47%
G = 31.08%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C2AAB7 (or 0xC2AAB7) is known color: Lily. HEX triplet: C2, AA and B7. RGB value is (194,170,183). Sum of RGB (Red+Green+Blue) = 194+170+183=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AAB7 is #3D5548. Grayscale: #B2B2B2. Windows color (decimal): -4019529 or 12036802. OLE color: 12036802.

HSL color Cylindrical-coordinate representation of color #C2AAB7: hue angle of 327.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2AAB7 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 170 183 -
CMYK 0 0.12 0.06 0.24
HSL 327.5º 0.16% 0.71% -
HSV(B) 327.5º 0.12% 0.76% -
XYZ 45.17 43.64 50.84 -
YUV 178.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 194 170 183 0 0.12 0.06 0.24 327.5 0.16 0.71
Hex C2 AA B7 0 C 6 18 148 10 47
Octal 302 252 267 0 14 6 30 510 20 107
Binary 11000010 10101010 10110111 0 1100 110 11000 101001000 10000 1000111

Color Harmonies of #C2AAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AAB7

Black with #C2AAB7

Text Example


Text Example

White with #C2AAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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