Html Css Color HEX #C69AAF Lily

📋 copy color: '#C69AAF'

red 198 ◦ green 154 ◦ blue 175

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

Shades of Lily #C69AAF

Tints of Lily #C69AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.21%

R = 37.57%
G = 29.22%
B = 33.21%

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

#C69AAF (or 0xC69AAF) is known color: Lily. HEX triplet: C6, 9A and AF. RGB value is (198,154,175). Sum of RGB (Red+Green+Blue) = 198+154+175=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69AAF is #396550. Grayscale: #A9A9A9. Windows color (decimal): -3761489 or 11508422. OLE color: 11508422.

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

Color convert

RGB 198 154 175 -
CMYK 0 0.22 0.12 0.22
HSL 331.36º 0.28% 0.69% -
HSV(B) 331.36º 0.22% 0.78% -
XYZ 42.58 38.21 45.69 -
YUV 169.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 198 154 175 0 0.22 0.12 0.22 331.36 0.28 0.69
Hex C6 9A AF 0 16 C 16 14B 1C 45
Octal 306 232 257 0 26 14 26 513 34 105
Binary 11000110 10011010 10101111 0 10110 1100 10110 101001011 11100 1000101

Color Harmonies of #C69AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69AAF

Black with #C69AAF

Text Example


Text Example

White with #C69AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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