Html Css Color HEX #C69AAB Lily

📋 copy color: '#C69AAB'

red 198 ◦ green 154 ◦ blue 171

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

Shades of Lily #C69AAB

Tints of Lily #C69AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.7%

R = 37.86%
G = 29.45%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C69AAB (or 0xC69AAB) is known color: Lily. HEX triplet: C6, 9A and AB. RGB value is (198,154,171). Sum of RGB (Red+Green+Blue) = 198+154+171=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69AAB is #396554. Grayscale: #A9A9A9. Windows color (decimal): -3761493 or 11246278. OLE color: 11246278.

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

Color convert

RGB 198 154 171 -
CMYK 0 0.22 0.14 0.22
HSL 336.82º 0.28% 0.69% -
HSV(B) 336.82º 0.22% 0.78% -
XYZ 42.19 38.06 43.65 -
YUV 169.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 198 154 171 0 0.22 0.14 0.22 336.82 0.28 0.69
Hex C6 9A AB 0 16 E 16 151 1C 45
Octal 306 232 253 0 26 16 26 521 34 105
Binary 11000110 10011010 10101011 0 10110 1110 10110 101010001 11100 1000101

Color Harmonies of #C69AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69AAB

Black with #C69AAB

Text Example


Text Example

White with #C69AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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