Html Css Color HEX #C69AAE Lily

📋 copy color: '#C69AAE'

red 198 ◦ green 154 ◦ blue 174

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

Shades of Lily #C69AAE

Tints of Lily #C69AAE

RGB

 RED value IS 198 (77.73% from 255) = 37.64%

 GREEN value IS 154 (60.55% from 255) = 29.28%

 BLUE value IS 174 (68.36% from 255) = 33.08%

R = 37.64%
G = 29.28%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C69AAE (or 0xC69AAE) is known color: Lily. HEX triplet: C6, 9A and AE. RGB value is (198,154,174). Sum of RGB (Red+Green+Blue) = 198+154+174=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69AAE is #396551. Grayscale: #A9A9A9. Windows color (decimal): -3761490 or 11442886. OLE color: 11442886.

HSL color Cylindrical-coordinate representation of color #C69AAE: hue angle of 332.73º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69AAE is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 154 174 -
CMYK 0 0.22 0.12 0.22
HSL 332.73º 0.28% 0.69% -
HSV(B) 332.73º 0.22% 0.78% -
XYZ 42.48 38.17 45.17 -
YUV 169.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 198 154 174 0 0.22 0.12 0.22 332.73 0.28 0.69
Hex C6 9A AE 0 16 C 16 14D 1C 45
Octal 306 232 256 0 26 14 26 515 34 105
Binary 11000110 10011010 10101110 0 10110 1100 10110 101001101 11100 1000101

Color Harmonies of #C69AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69AAE

Black with #C69AAE

Text Example


Text Example

White with #C69AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69AAE; }

 p { color: rgb(198,154,174); }

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

background-color css

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

 a { background-color: rgb(198,154,174); }

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

border-color css

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

 span { border-color: rgb(198,154,174); }

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