Html Css Color HEX #C69AAC Lily

📋 copy color: '#C69AAC'

red 198 ◦ green 154 ◦ blue 172

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

Shades of Lily #C69AAC

Tints of Lily #C69AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.82%

R = 37.79%
G = 29.39%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C69AAC (or 0xC69AAC) is known color: Lily. HEX triplet: C6, 9A and AC. RGB value is (198,154,172). Sum of RGB (Red+Green+Blue) = 198+154+172=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69AAC is #396553. Grayscale: #A9A9A9. Windows color (decimal): -3761492 or 11311814. OLE color: 11311814.

HSL color Cylindrical-coordinate representation of color #C69AAC: hue angle of 335.45º 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 #C69AAC is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 154 172 -
CMYK 0 0.22 0.13 0.22
HSL 335.45º 0.28% 0.69% -
HSV(B) 335.45º 0.22% 0.78% -
XYZ 42.29 38.1 44.15 -
YUV 169.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 198 154 172 0 0.22 0.13 0.22 335.45 0.28 0.69
Hex C6 9A AC 0 16 D 16 14F 1C 45
Octal 306 232 254 0 26 15 26 517 34 105
Binary 11000110 10011010 10101100 0 10110 1101 10110 101001111 11100 1000101

Color Harmonies of #C69AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69AAC

Black with #C69AAC

Text Example


Text Example

White with #C69AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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